Patch 2.6.32.28 to 2.6.32.32
/fs/xfs/xfs_log_recover.c
blob:b5b0d80559108a085131f92d3ca8b1ba8a593828 -> blob:844a99b505e643429ab9a481becfdc8cc3d8b323
--- fs/xfs/xfs_log_recover.c
+++ fs/xfs/xfs_log_recover.c
@@ -3209,7 +3209,7 @@ xlog_recover_process_one_iunlink(
int error;
ino = XFS_AGINO_TO_INO(mp, agno, agino);
- error = xfs_iget(mp, NULL, ino, 0, 0, &ip, 0);
+ error = xfs_iget(mp, NULL, ino, 0, 0, &ip);
if (error)
goto fail;