From b3244e069470597a99be362af7e8b91f8ada4938 Mon Sep 17 00:00:00 2001 From: Jaegeuk Kim Date: Thu, 10 Nov 2016 18:23:01 -0800 Subject: fs/crypto: catch up 4.9-rc2 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 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 *); -- cgit v1.2.3