|
@@ -1131,8 +1131,6 @@ xfs_fs_put_super(
|
|
error = xfs_unmount_flush(mp, 0);
|
|
error = xfs_unmount_flush(mp, 0);
|
|
WARN_ON(error);
|
|
WARN_ON(error);
|
|
|
|
|
|
- IRELE(rip);
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* If we're forcing a shutdown, typically because of a media error,
|
|
* If we're forcing a shutdown, typically because of a media error,
|
|
* we want to make sure we invalidate dirty pages that belong to
|
|
* we want to make sure we invalidate dirty pages that belong to
|
|
@@ -1804,8 +1802,6 @@ xfs_fs_fill_super(
|
|
error = xfs_unmount_flush(mp, 0);
|
|
error = xfs_unmount_flush(mp, 0);
|
|
WARN_ON(error);
|
|
WARN_ON(error);
|
|
|
|
|
|
- IRELE(mp->m_rootip);
|
|
|
|
-
|
|
|
|
xfs_unmountfs(mp);
|
|
xfs_unmountfs(mp);
|
|
goto out_free_fsname;
|
|
goto out_free_fsname;
|
|
}
|
|
}
|