vfs: mnt_drop_write_file()
[linux-2.6-block.git] / fs / open.c
index 22c41b543f2dfc00ce74665e4fdf24db1d8321ac..4ef8d868a44802fa29a0c03eaf57f461acbe9478 100644 (file)
--- a/fs/open.c
+++ b/fs/open.c
@@ -608,7 +608,7 @@ SYSCALL_DEFINE3(fchown, unsigned int, fd, uid_t, user, gid_t, group)
        dentry = file->f_path.dentry;
        audit_inode(NULL, dentry);
        error = chown_common(&file->f_path, user, group);
-       mnt_drop_write(file->f_path.mnt);
+       mnt_drop_write_file(file);
 out_fput:
        fput(file);
 out: