diff options
author | Eric Biggers <ebiggers@google.com> | 2019-12-10 00:32:25 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2020-01-18 00:24:52 +0300 |
commit | 64c314ff822786b4634bb5cfe91ed5a34ba8743e (patch) | |
tree | dbc8f1a8206b63faad42d4968da9d2bd5c0abbc8 /fs/ext4/ext4_jbd2.c | |
parent | 7063743f6860874fedc943fb168e079abdc62f2c (diff) | |
download | linux-64c314ff822786b4634bb5cfe91ed5a34ba8743e.tar.xz |
ext4: remove unnecessary ifdefs in htree_dirblock_to_tree()
The ifdefs for CONFIG_FS_ENCRYPTION in htree_dirblock_to_tree() are
unnecessary, as the called functions are already stubbed out when
!CONFIG_FS_ENCRYPTION. Remove them.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Link: https://lore.kernel.org/r/20191209213225.18477-1-ebiggers@kernel.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/ext4/ext4_jbd2.c')
0 files changed, 0 insertions, 0 deletions