diff options
Diffstat (limited to 'fs/xfs/scrub/quota.c')
| -rw-r--r-- | fs/xfs/scrub/quota.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/xfs/scrub/quota.c b/fs/xfs/scrub/quota.c index 782d582d3edd..5dfe2b5924db 100644 --- a/fs/xfs/scrub/quota.c +++ b/fs/xfs/scrub/quota.c @@ -60,7 +60,7 @@ xchk_setup_quota(  	dqtype = xchk_quota_to_dqtype(sc);  	if (dqtype == 0)  		return -EINVAL; -	sc->has_quotaofflock = true; +	sc->flags |= XCHK_HAS_QUOTAOFFLOCK;  	mutex_lock(&sc->mp->m_quotainfo->qi_quotaofflock);  	if (!xfs_this_quota_on(sc->mp, dqtype))  		return -ENOENT; |