fscrypt: move non-public structures and constants to fscrypt_private.h

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Eric Biggers <ebiggers@google.com>
This commit is contained in:
Theodore Ts'o
2016-11-26 22:05:18 -05:00
parent b98701df34
commit cc4e0df038
4 changed files with 76 additions and 67 deletions

View File

@@ -10,8 +10,8 @@
#include <linux/random.h>
#include <linux/string.h>
#include <linux/fscrypto.h>
#include <linux/mount.h>
#include "fscrypt_private.h"
static int inode_has_encryption_context(struct inode *inode)
{