vfs: mnt_drop_write_file()
[deliverable/linux.git] / fs / ncpfs / ioctl.c
index 790e92a9ec63b661172b13af0615541c7fce06d8..6958adfaff084e71fa66a1f7e10a00ad82fd8f60 100644 (file)
@@ -901,7 +901,7 @@ long ncp_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
        ret = __ncp_ioctl(inode, cmd, arg);
 outDropWrite:
        if (need_drop_write)
-               mnt_drop_write(filp->f_path.mnt);
+               mnt_drop_write_file(filp);
 out:
        return ret;
 }
This page took 0.025019 seconds and 5 git commands to generate.