Patch 2.6.32.28 to 2.6.32.32
/fs/xfs/xfs_mount.c
blob:0a25d9edcdb23db02e87d26218a6965f28594089 -> blob:4d509f742bd20aba743310378c8c5a8a2b327363
--- fs/xfs/xfs_mount.c
+++ fs/xfs/xfs_mount.c
@@ -1207,7 +1207,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);
+ error = xfs_iget(mp, NULL, sbp->sb_rootino, 0, XFS_ILOCK_EXCL, &rip, 0);
if (error) {
cmn_err(CE_WARN, "XFS: failed to read root inode");
goto out_log_dealloc;