]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/xfs/xfs_mount.c
xfs: remove block number from inode lookup code
[net-next-2.6.git] / fs / xfs / xfs_mount.c
index d59f4e8bedcf2bfaadf2151c829605646c80e745..69f62d8b2816c52389f4947c9d86b3958ccf57a6 100644 (file)
@@ -1300,7 +1300,7 @@ xfs_mountfs(
         * Get and sanity-check the root inode.
         * Save the pointer to it in the mount structure.
         */
-       error = xfs_iget(mp, NULL, sbp->sb_rootino, 0, XFS_ILOCK_EXCL, &rip, 0);
+       error = xfs_iget(mp, NULL, sbp->sb_rootino, 0, XFS_ILOCK_EXCL, &rip);
        if (error) {
                cmn_err(CE_WARN, "XFS: failed to read root inode");
                goto out_log_dealloc;