From 5217fe1fbcb3db9e926802f9a5860b42cac2f3ec Mon Sep 17 00:00:00 2001 From: Jaegeuk Kim Date: Mon, 12 Dec 2016 17:48:37 -0800 Subject: f2fs: use file pointer for fscrypt_notsupp_process_policy Signed-off-by: Jaegeuk Kim --- include/linux/fscrypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/fscrypto.h b/include/linux/fscrypto.h index 69ded99f2..770e5a537 100644 --- a/include/linux/fscrypto.h +++ b/include/linux/fscrypto.h @@ -344,7 +344,7 @@ static inline int fscrypt_notsupp_zeroout_range(struct inode *i, pgoff_t p, } /* policy.c */ -static inline int fscrypt_notsupp_process_policy(struct inode *i, +static inline int fscrypt_notsupp_process_policy(struct file *f, const struct fscrypt_policy *p) { return -EOPNOTSUPP; -- cgit v1.2.3