fscrypt: use FSCRYPT_* definitions, not FS_*
authorEric Biggers <ebiggers@google.com>
Mon, 5 Aug 2019 02:35:44 +0000 (19:35 -0700)
committerEric Biggers <ebiggers@google.com>
Tue, 13 Aug 2019 02:05:19 +0000 (19:05 -0700)
commit3b6df59bc4d242ac5847592de55d1ff327cd4549
tree34a904cf036837716404795fe2c7e41172e2b490
parent2336d0deb2d4680349de59d6fbdfc338437be191
fscrypt: use FSCRYPT_* definitions, not FS_*

Update fs/crypto/ to use the new names for the UAPI constants rather
than the old names, then make the old definitions conditional on
!__KERNEL__.

Reviewed-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Eric Biggers <ebiggers@google.com>
fs/crypto/crypto.c
fs/crypto/fname.c
fs/crypto/fscrypt_private.h
fs/crypto/keyinfo.c
fs/crypto/policy.c
include/uapi/linux/fscrypt.h