]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/xfs/xfs_vnodeops.c
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[net-next-2.6.git] / fs / xfs / xfs_vnodeops.c
index a06bd62504fc7e1388abcf8aeac0000996c92a64..c1646838898f45120767046f0b62d43cca92dd54 100644 (file)
@@ -1269,7 +1269,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;