diff options
Diffstat (limited to 'fs/gfs2/quota.c')
-rw-r--r-- | fs/gfs2/quota.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c index c57b5cf1d583..90e32a3dc50d 100644 --- a/fs/gfs2/quota.c +++ b/fs/gfs2/quota.c | |||
@@ -749,7 +749,7 @@ static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda) | |||
749 | while (qx--) | 749 | while (qx--) |
750 | gfs2_glock_dq_uninit(&ghs[qx]); | 750 | gfs2_glock_dq_uninit(&ghs[qx]); |
751 | kfree(ghs); | 751 | kfree(ghs); |
752 | gfs2_log_flush_glock(ip->i_gl); | 752 | gfs2_log_flush(ip->i_gl->gl_sbd, ip->i_gl); |
753 | 753 | ||
754 | return error; | 754 | return error; |
755 | } | 755 | } |