Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba1ade71 authored by Jaegeuk Kim's avatar Jaegeuk Kim
Browse files

fscrypt: resolve some cherry-pick bugs



- remove wrong linux/fscrypt.h declared in ext4
- remove obsolete function

Fixes: 734f0d241d2b ("fscrypt: clean up include file mess")
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent 9e32f17d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -37,9 +37,6 @@
#include <linux/compat.h>
#endif

#define __FS_HAS_ENCRYPTION IS_ENABLED(CONFIG_EXT4_FS_ENCRYPTION)
#include <linux/fscrypt.h>

/*
 * The fourth extended filesystem constants/structures
 */