fscrypt: remove filesystem specific build config option
In order to have a common code base for fscrypt "post read" processing for all filesystems which support encryption, this commit removes filesystem specific build config option (e.g. CONFIG_EXT4_FS_ENCRYPTION) and replaces it with a build option (i.e. CONFIG_FS_ENCRYPTION) whose value affects all the filesystems making use of fscrypt. Reviewed-by:Eric Biggers <ebiggers@google.com> Signed-off-by:
Chandan Rajendra <chandan@linux.vnet.ibm.com> Signed-off-by:
Eric Biggers <ebiggers@google.com>
Showing
- Documentation/filesystems/fscrypt.rst 2 additions, 2 deletionsDocumentation/filesystems/fscrypt.rst
- arch/mips/configs/generic_defconfig 1 addition, 1 deletionarch/mips/configs/generic_defconfig
- arch/nds32/configs/defconfig 1 addition, 1 deletionarch/nds32/configs/defconfig
- arch/s390/configs/debug_defconfig 1 addition, 1 deletionarch/s390/configs/debug_defconfig
- arch/s390/configs/performance_defconfig 1 addition, 1 deletionarch/s390/configs/performance_defconfig
- fs/crypto/Kconfig 3 additions, 2 deletionsfs/crypto/Kconfig
- fs/crypto/fscrypt_private.h 0 additions, 1 deletionfs/crypto/fscrypt_private.h
- fs/ext4/Kconfig 0 additions, 15 deletionsfs/ext4/Kconfig
- fs/ext4/dir.c 0 additions, 2 deletionsfs/ext4/dir.c
- fs/ext4/ext4.h 3 additions, 4 deletionsfs/ext4/ext4.h
- fs/ext4/inode.c 4 additions, 4 deletionsfs/ext4/inode.c
- fs/ext4/ioctl.c 2 additions, 2 deletionsfs/ext4/ioctl.c
- fs/ext4/namei.c 5 additions, 5 deletionsfs/ext4/namei.c
- fs/ext4/page-io.c 3 additions, 3 deletionsfs/ext4/page-io.c
- fs/ext4/readpage.c 1 addition, 1 deletionfs/ext4/readpage.c
- fs/ext4/super.c 3 additions, 3 deletionsfs/ext4/super.c
- fs/ext4/sysfs.c 2 additions, 2 deletionsfs/ext4/sysfs.c
- fs/f2fs/Kconfig 1 addition, 11 deletionsfs/f2fs/Kconfig
- fs/f2fs/f2fs.h 3 additions, 4 deletionsfs/f2fs/f2fs.h
- fs/f2fs/super.c 4 additions, 4 deletionsfs/f2fs/super.c
Loading
Please register or sign in to comment