diff options
Diffstat (limited to 'fs/ocfs2/quota_local.c')
-rw-r--r-- | fs/ocfs2/quota_local.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/ocfs2/quota_local.c b/fs/ocfs2/quota_local.c index 551a6bff9f2c..8bd70d4d184d 100644 --- a/fs/ocfs2/quota_local.c +++ b/fs/ocfs2/quota_local.c | |||
@@ -816,10 +816,6 @@ static int ocfs2_local_free_info(struct super_block *sb, int type) | |||
816 | int mark_clean = 1, len; | 816 | int mark_clean = 1, len; |
817 | int status; | 817 | int status; |
818 | 818 | ||
819 | /* At this point we know there are no more dquots and thus | ||
820 | * even if there's some sync in the pdflush queue, it won't | ||
821 | * find any dquots and return without doing anything */ | ||
822 | cancel_delayed_work_sync(&oinfo->dqi_sync_work); | ||
823 | iput(oinfo->dqi_gqinode); | 819 | iput(oinfo->dqi_gqinode); |
824 | ocfs2_simple_drop_lockres(OCFS2_SB(sb), &oinfo->dqi_gqlock); | 820 | ocfs2_simple_drop_lockres(OCFS2_SB(sb), &oinfo->dqi_gqlock); |
825 | ocfs2_lock_res_free(&oinfo->dqi_gqlock); | 821 | ocfs2_lock_res_free(&oinfo->dqi_gqlock); |