diff options
author | David Gstir <david@sigma-star.at> | 2016-12-06 23:53:58 +0100 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2016-12-11 16:33:18 -0500 |
commit | 6a34e4d2be07255cc59e6ccaf820669cfd7f815c (patch) | |
tree | efaa16aba0502fb7f5750a2fc41b899b22ab66a4 /include/linux | |
parent | f32d7ac20a5864483c1f96e4970daa083e18bfd1 (diff) | |
download | linux-6a34e4d2be07255cc59e6ccaf820669cfd7f815c.tar.gz linux-6a34e4d2be07255cc59e6ccaf820669cfd7f815c.tar.bz2 linux-6a34e4d2be07255cc59e6ccaf820669cfd7f815c.zip |
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/linux')
-rw-r--r-- | include/linux/fscrypto.h | 1 |
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 { |