diff options
Diffstat (limited to 'fs/gfs2/super.c')
-rw-r--r-- | fs/gfs2/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/super.c b/fs/gfs2/super.c index 0ef831727086..1408c5f31379 100644 --- a/fs/gfs2/super.c +++ b/fs/gfs2/super.c | |||
@@ -517,7 +517,7 @@ int gfs2_make_fs_rw(struct gfs2_sbd *sdp) | |||
517 | return error; | 517 | return error; |
518 | 518 | ||
519 | gfs2_meta_cache_flush(ip); | 519 | gfs2_meta_cache_flush(ip); |
520 | j_gl->gl_ops->go_inval(j_gl, DIO_METADATA | DIO_DATA); | 520 | j_gl->gl_ops->go_inval(j_gl, DIO_METADATA); |
521 | 521 | ||
522 | error = gfs2_find_jhead(sdp->sd_jdesc, &head); | 522 | error = gfs2_find_jhead(sdp->sd_jdesc, &head); |
523 | if (error) | 523 | if (error) |