diff options
Diffstat (limited to 'fs/open.c')
-rw-r--r-- | fs/open.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -608,7 +608,7 @@ SYSCALL_DEFINE3(fchown, unsigned int, fd, uid_t, user, gid_t, group) | |||
608 | dentry = file->f_path.dentry; | 608 | dentry = file->f_path.dentry; |
609 | audit_inode(NULL, dentry); | 609 | audit_inode(NULL, dentry); |
610 | error = chown_common(&file->f_path, user, group); | 610 | error = chown_common(&file->f_path, user, group); |
611 | mnt_drop_write(file->f_path.mnt); | 611 | mnt_drop_write_file(file); |
612 | out_fput: | 612 | out_fput: |
613 | fput(file); | 613 | fput(file); |
614 | out: | 614 | out: |