Patch 2.6.32.28 to 2.6.32.32
/fs/xfs/xfs_vnodeops.c
blob:38a63244e75dda8d89fb1e17b0009ce1c491998b -> blob:8f32f501515dcf3b7b724d3a560f4aca4137c26c
--- fs/xfs/xfs_vnodeops.c
+++ fs/xfs/xfs_vnodeops.c
@@ -1371,7 +1371,7 @@ xfs_lookup(
if (error)
goto out;
- error = xfs_iget(dp->i_mount, NULL, inum, 0, 0, ipp, 0);
+ error = xfs_iget(dp->i_mount, NULL, inum, 0, 0, ipp);
if (error)
goto out_free_name;