diff options
| author | Jaegeuk Kim <jaegeuk@kernel.org> | 2016-12-12 17:48:37 -0800 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-13 12:34:37 +0200 |
| commit | 5217fe1fbcb3db9e926802f9a5860b42cac2f3ec (patch) | |
| tree | 50c2c892ad6455bbe635b7cd530a9440aefe77bd | |
| parent | 52575664d47fde956ab9902f1bc506df6e4320a8 (diff) | |
f2fs: use file pointer for fscrypt_notsupp_process_policy
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
| -rw-r--r-- | include/linux/fscrypto.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
