diff options
Diffstat (limited to 'fs/gfs2/super.c')
-rw-r--r-- | fs/gfs2/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/gfs2/super.c b/fs/gfs2/super.c index 552e321cee5e..f522bb017973 100644 --- a/fs/gfs2/super.c +++ b/fs/gfs2/super.c | |||
@@ -691,6 +691,7 @@ static int gfs2_make_fs_ro(struct gfs2_sbd *sdp) | |||
691 | struct gfs2_holder t_gh; | 691 | struct gfs2_holder t_gh; |
692 | int error; | 692 | int error; |
693 | 693 | ||
694 | flush_workqueue(gfs2_delete_workqueue); | ||
694 | gfs2_quota_sync(sdp); | 695 | gfs2_quota_sync(sdp); |
695 | gfs2_statfs_sync(sdp); | 696 | gfs2_statfs_sync(sdp); |
696 | 697 | ||