X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=fs%2Fxfs%2Fxfs_utils.c;h=816b945fa0ea88f92b11e6f69988f6748c8732c7;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=4c4bd6bc208ac31e2d536530cc47bce18be41b5e;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/fs/xfs/xfs_utils.c b/fs/xfs/xfs_utils.c index 4c4bd6bc2..816b945fa 100644 --- a/fs/xfs/xfs_utils.c +++ b/fs/xfs/xfs_utils.c @@ -110,7 +110,7 @@ xfs_dir_lookup_int( * reservation in the inactive routine. */ xfs_iunlock(dp, lock_mode); - error = xfs_iget(dp->i_mount, NULL, *inum, 0, ipp, 0); + error = xfs_iget(dp->i_mount, NULL, *inum, 0, 0, ipp, 0); xfs_ilock(dp, lock_mode); if (error) {