[PATCH 08/10] xfs: initialise xfssync work before running quotachecks
Mark Tinguely
tinguely at sgi.com
Fri Mar 16 12:07:41 CDT 2012
On 03/06/12 22:50, Dave Chinner wrote:
> From: Dave Chinner<dchinner at redhat.com>
>
> Because the mount process can run a quotacheck and consume lots of
> inodes, we need to be able to run periodic inode reclaim during the
> mount process. This will prevent running the system out of memory
> during quota checks.
>
> This essentially reverts 2bcf6e97, but that is safe to do now that
> the quota sync code that was causing problems during long quotacheck
> executions is now gone.
>
> Signed-off-by: Dave Chinner<dchinner at redhat.com>
> ---
> fs/xfs/xfs_super.c | 15 ++++++++-------
> 1 files changed, 8 insertions(+), 7 deletions(-)
>
> diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c
> index 13fa0cf..150d8f4 100644
> --- a/fs/xfs/xfs_super.c
> +++ b/fs/xfs/xfs_super.c
> @@ -1343,22 +1343,22 @@ xfs_fs_fill_super(
> /*
> * Blow away any referenced inode in the filestreams cache.
> @@ -1397,6 +1397,7 @@ xfs_fs_fill_super(
> xfs_flush_buftarg(mp->m_ddev_targp, 1);
>
> xfs_unmountfs(mp);
> + xfs_syncd_stop(mp);
> goto out_free_sb;
> }
>
Shouldn't the xfs_syncd_stop() preceed the xfs_unmountfs()?
xfs_unmountfs() calls xfs_free_perag() and there is an iterator in inode
and data sync workers.
Mark Tinguely
<tinguely at sgi.com>
More information about the xfs
mailing list