diff options
Diffstat (limited to 'fs/gfs2/file.c')
-rw-r--r-- | fs/gfs2/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/file.c b/fs/gfs2/file.c index 28fc6e3855f3..b8927d4f3bf2 100644 --- a/fs/gfs2/file.c +++ b/fs/gfs2/file.c | |||
@@ -285,7 +285,7 @@ out_trans_end: | |||
285 | out: | 285 | out: |
286 | gfs2_glock_dq_uninit(&gh); | 286 | gfs2_glock_dq_uninit(&gh); |
287 | out_drop_write: | 287 | out_drop_write: |
288 | mnt_drop_write(filp->f_path.mnt); | 288 | mnt_drop_write_file(filp); |
289 | return error; | 289 | return error; |
290 | } | 290 | } |
291 | 291 | ||