commit | 2a79f17e4a641a2f463cb512cb0ec349844a147b | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Dec 09 08:06:57 2011 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 03 22:52:40 2012 -0500 |
tree | 8801127310d0a3492941bb284e83393844a19685 | |
parent | 8c9379e972e984d11c2b99121847ba9fa7a0c56c [diff] [blame] |
vfs: mnt_drop_write_file() new helper (wrapper around mnt_drop_write()) to be used in pair with mnt_want_write_file(). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/gfs2/file.c b/fs/gfs2/file.c index 28fc6e3..b8927d4 100644 --- a/fs/gfs2/file.c +++ b/fs/gfs2/file.c
@@ -285,7 +285,7 @@ out: gfs2_glock_dq_uninit(&gh); out_drop_write: - mnt_drop_write(filp->f_path.mnt); + mnt_drop_write_file(filp); return error; }