summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Gstir <david@sigma-star.at>2016-12-06 23:53:58 +0100
committerTheodore Ts'o <tytso@mit.edu>2016-12-11 16:33:18 -0500
commit6a34e4d2be07255cc59e6ccaf820669cfd7f815c (patch)
treeefaa16aba0502fb7f5750a2fc41b899b22ab66a4 /include
parentf32d7ac20a5864483c1f96e4970daa083e18bfd1 (diff)
downloadlinux-6a34e4d2be07255cc59e6ccaf820669cfd7f815c.tar.bz2
fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FL
... to better explain its purpose after introducing in-place encryption without bounce buffer. Signed-off-by: David Gstir <david@sigma-star.at> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fscrypto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fscrypto.h b/include/linux/fscrypto.h
index 1adc1c758d31..c074b670aa99 100644
--- a/include/linux/fscrypto.h
+++ b/include/linux/fscrypto.h
@@ -21,7 +21,6 @@
#define FS_CRYPTO_BLOCK_SIZE 16
struct fscrypt_info;
-struct fscrypt_ctx;
struct fscrypt_ctx {
union {