Merge remote-tracking branch 'ext4/dev'
[deliverable/linux.git] / fs / ext4 / ioctl.c
index ef4430b2f04a50f1f4e8cb4ee8d149cd13800973..815348f17f5559795da53a0723b128d015ec64b1 100644 (file)
@@ -775,7 +775,7 @@ resizefs_out:
                                   (struct fscrypt_policy __user *)arg,
                                   sizeof(policy)))
                        return -EFAULT;
-               return fscrypt_process_policy(inode, &policy);
+               return fscrypt_process_policy(filp, &policy);
 #else
                return -EOPNOTSUPP;
 #endif
This page took 0.024632 seconds and 5 git commands to generate.