]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/fscrypt.h
fscrypt: rename keyinfo.c to keysetup.c
[linux.git] / include / linux / fscrypt.h
index 81c0c754f8b21b7e35eead6703e88cffa9d79c71..583802cb2e35d0fffc5f73782b18962b87129362 100644 (file)
@@ -138,7 +138,7 @@ extern int fscrypt_ioctl_get_policy(struct file *, void __user *);
 extern int fscrypt_has_permitted_context(struct inode *, struct inode *);
 extern int fscrypt_inherit_context(struct inode *, struct inode *,
                                        void *, bool);
-/* keyinfo.c */
+/* keysetup.c */
 extern int fscrypt_get_encryption_info(struct inode *);
 extern void fscrypt_put_encryption_info(struct inode *);
 extern void fscrypt_free_inode(struct inode *);
@@ -367,7 +367,7 @@ static inline int fscrypt_inherit_context(struct inode *parent,
        return -EOPNOTSUPP;
 }
 
-/* keyinfo.c */
+/* keysetup.c */
 static inline int fscrypt_get_encryption_info(struct inode *inode)
 {
        return -EOPNOTSUPP;