diff options
Diffstat (limited to 'include/linux')
| -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 7ddcd5bc8..69ded99f2 100644 --- a/include/linux/fscrypto.h +++ b/include/linux/fscrypto.h @@ -273,7 +273,7 @@ extern void fscrypt_restore_control_page(struct page *); extern int fscrypt_zeroout_range(struct inode *, pgoff_t, sector_t, unsigned int); /* policy.c */ -extern int fscrypt_process_policy(struct inode *, +extern int fscrypt_process_policy(struct file *, const struct fscrypt_policy *); extern int fscrypt_get_policy(struct inode *, struct fscrypt_policy *); extern int fscrypt_has_permitted_context(struct inode *, struct inode *); |
