diff options
Diffstat (limited to 'fs/gfs2/super.c')
-rw-r--r-- | fs/gfs2/super.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/gfs2/super.c b/fs/gfs2/super.c index 033ee975a895..de8afad89e51 100644 --- a/fs/gfs2/super.c +++ b/fs/gfs2/super.c | |||
@@ -1167,6 +1167,8 @@ static int gfs2_remount_fs(struct super_block *sb, int *flags, char *data) | |||
1167 | struct gfs2_tune *gt = &sdp->sd_tune; | 1167 | struct gfs2_tune *gt = &sdp->sd_tune; |
1168 | int error; | 1168 | int error; |
1169 | 1169 | ||
1170 | sync_filesystem(sb); | ||
1171 | |||
1170 | spin_lock(>->gt_spin); | 1172 | spin_lock(>->gt_spin); |
1171 | args.ar_commit = gt->gt_logd_secs; | 1173 | args.ar_commit = gt->gt_logd_secs; |
1172 | args.ar_quota_quantum = gt->gt_quota_quantum; | 1174 | args.ar_quota_quantum = gt->gt_quota_quantum; |