quota: Split dquot_quota_sync() to writeback and cache flushing part
[deliverable/linux.git] / fs / gfs2 / super.c
index 713e621c240b9e6989ea50b7fa0a0c4f3b5f111d..313c329490e2150498239f23ff5578cfb27f4c42 100644 (file)
@@ -838,7 +838,7 @@ static int gfs2_make_fs_ro(struct gfs2_sbd *sdp)
        int error;
 
        flush_workqueue(gfs2_delete_workqueue);
-       gfs2_quota_sync(sdp->sd_vfs, 0, 1);
+       gfs2_quota_sync(sdp->sd_vfs, 0);
        gfs2_statfs_sync(sdp->sd_vfs, 0);
 
        error = gfs2_glock_nq_init(sdp->sd_trans_gl, LM_ST_SHARED, GL_NOCACHE,
This page took 0.0296 seconds and 5 git commands to generate.