diff options
Diffstat (limited to 'fs/ncpfs')
-rw-r--r-- | fs/ncpfs/ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ncpfs/ioctl.c b/fs/ncpfs/ioctl.c index 790e92a9ec63..6958adfaff08 100644 --- a/fs/ncpfs/ioctl.c +++ b/fs/ncpfs/ioctl.c | |||
@@ -901,7 +901,7 @@ long ncp_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) | |||
901 | ret = __ncp_ioctl(inode, cmd, arg); | 901 | ret = __ncp_ioctl(inode, cmd, arg); |
902 | outDropWrite: | 902 | outDropWrite: |
903 | if (need_drop_write) | 903 | if (need_drop_write) |
904 | mnt_drop_write(filp->f_path.mnt); | 904 | mnt_drop_write_file(filp); |
905 | out: | 905 | out: |
906 | return ret; | 906 | return ret; |
907 | } | 907 | } |