]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/xfs/linux-2.6/xfs_export.c
xfs: remove block number from inode lookup code
[net-next-2.6.git] / fs / xfs / linux-2.6 / xfs_export.c
index 92c84a19cc9e1ea26bc2a1e37b4de4cc8737369c..e7839ee49e43656d0d1edfa7011ce8d9eb0e97b2 100644 (file)
@@ -133,7 +133,7 @@ xfs_nfs_get_inode(
         * send invalid file handles and we have to handle it gracefully..
         */
        error = xfs_iget(mp, NULL, ino, XFS_IGET_UNTRUSTED,
-                        XFS_ILOCK_SHARED, &ip, 0);
+                        XFS_ILOCK_SHARED, &ip);
        if (error) {
                /*
                 * EINVAL means the inode cluster doesn't exist anymore.