tmp_suning_uos_patched/fs/f2fs
Eric Biggers a5d431eff2 fscrypt: make fscrypt_operations.key_prefix a string
There was an unnecessary amount of complexity around requesting the
filesystem-specific key prefix.  It was unclear why; perhaps it was
envisioned that different instances of the same filesystem type could
use different key prefixes, or that key prefixes could be binary.
However, neither of those things were implemented or really make sense
at all.  So simplify the code by making key_prefix a const char *.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2017-01-08 01:03:41 -05:00
..
acl.c
acl.h
checkpoint.c
data.c
debug.c
dir.c fscrypt: use ENOKEY when file cannot be created w/o key 2016-12-31 16:26:20 -05:00
extent_cache.c
f2fs.h fscrypt: make fscrypt_operations.key_prefix a string 2017-01-08 01:03:41 -05:00
file.c
gc.c
gc.h
hash.c
inline.c
inode.c
Kconfig
Makefile
namei.c fscrypt: use ENOKEY when file cannot be created w/o key 2016-12-31 16:26:20 -05:00
node.c
node.h
recovery.c
segment.c
segment.h
shrinker.c
super.c fscrypt: make fscrypt_operations.key_prefix a string 2017-01-08 01:03:41 -05:00
trace.c
trace.h
xattr.c
xattr.h