]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Fix refcounting issue on the two superblock realtime inodes.
authorNathan Scott <nathans@sgi.com>
Sat, 17 Jun 2006 06:15:26 +0000 (06:15 +0000)
committerNathan Scott <nathans@sgi.com>
Sat, 17 Jun 2006 06:15:26 +0000 (06:15 +0000)
Merge of master-melb:xfs-cmds:26273a by kenmcd.

repair/phase6.c

index d92f9599c97e0dc935c5c451350b7fb427d107f1..c57a350b3b56a780b28d7d1268d7742877848502 100644 (file)
@@ -470,7 +470,6 @@ _("can't access block %llu (fsbno %llu) of realtime bitmap inode %llu\n"),
        }
 
        libxfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_SYNC, 0);
-       libxfs_iput(ip, 0);
        return(0);
 }
 
@@ -540,7 +539,6 @@ _("can't access block %llu (fsbno %llu) of realtime summary inode %llu\n"),
        }
 
        libxfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES|XFS_TRANS_SYNC, 0);
-       libxfs_iput(ip, 0);
        return(0);
 }