From: Nathan Scott Date: Sat, 17 Jun 2006 06:15:26 +0000 (+0000) Subject: Fix refcounting issue on the two superblock realtime inodes. X-Git-Tag: v2.9.0~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28b01503bdd7a45b9c957757fb3020189bc9b338;p=thirdparty%2Fxfsprogs-dev.git Fix refcounting issue on the two superblock realtime inodes. Merge of master-melb:xfs-cmds:26273a by kenmcd. --- diff --git a/repair/phase6.c b/repair/phase6.c index d92f9599c..c57a350b3 100644 --- a/repair/phase6.c +++ b/repair/phase6.c @@ -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); }