]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Fix missed iput on realtime inodes in phase6 of repair.
authorNathan Scott <nathans@sgi.com>
Thu, 18 May 2006 15:50:35 +0000 (15:50 +0000)
committerNathan Scott <nathans@sgi.com>
Thu, 18 May 2006 15:50:35 +0000 (15:50 +0000)
Merge of master-melb:xfs-cmds:25965a by kenmcd.

repair/phase6.c

index 5297c808129f96133753fc1975d27e74b469384b..b3a421e9313278a2787bb02d95c7b7e23bf9d70a 100644 (file)
@@ -470,7 +470,7 @@ _("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 +540,7 @@ _("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);
 }