diff options
Diffstat (limited to 'fs/ocfs2/super.c')
-rw-r--r-- | fs/ocfs2/super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index c894d945b084..a24e42f95341 100644 --- a/fs/ocfs2/super.c +++ b/fs/ocfs2/super.c | |||
@@ -985,7 +985,6 @@ static void ocfs2_disable_quotas(struct ocfs2_super *osb) | |||
985 | for (type = 0; type < OCFS2_MAXQUOTAS; type++) { | 985 | for (type = 0; type < OCFS2_MAXQUOTAS; type++) { |
986 | if (!sb_has_quota_loaded(sb, type)) | 986 | if (!sb_has_quota_loaded(sb, type)) |
987 | continue; | 987 | continue; |
988 | /* Cancel periodic syncing before we grab dqonoff_mutex */ | ||
989 | oinfo = sb_dqinfo(sb, type)->dqi_priv; | 988 | oinfo = sb_dqinfo(sb, type)->dqi_priv; |
990 | cancel_delayed_work_sync(&oinfo->dqi_sync_work); | 989 | cancel_delayed_work_sync(&oinfo->dqi_sync_work); |
991 | inode = igrab(sb->s_dquot.files[type]); | 990 | inode = igrab(sb->s_dquot.files[type]); |