diff options
Diffstat (limited to 'fs/gfs2/trans.c')
| -rw-r--r-- | fs/gfs2/trans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/trans.c b/fs/gfs2/trans.c index a85ca8b2c9ba..ca8b72d0a831 100644 --- a/fs/gfs2/trans.c +++ b/fs/gfs2/trans.c | |||
| @@ -117,7 +117,7 @@ void gfs2_trans_end(struct gfs2_sbd *sdp) | |||
| 117 | kfree(tr); | 117 | kfree(tr); |
| 118 | up_read(&sdp->sd_log_flush_lock); | 118 | up_read(&sdp->sd_log_flush_lock); |
| 119 | 119 | ||
| 120 | if (sdp->sd_vfs->s_flags & MS_SYNCHRONOUS) | 120 | if (sdp->sd_vfs->s_flags & SB_SYNCHRONOUS) |
| 121 | gfs2_log_flush(sdp, NULL, NORMAL_FLUSH); | 121 | gfs2_log_flush(sdp, NULL, NORMAL_FLUSH); |
| 122 | if (alloced) | 122 | if (alloced) |
| 123 | sb_end_intwrite(sdp->sd_vfs); | 123 | sb_end_intwrite(sdp->sd_vfs); |
