fscrypt: rename fscrypt_info => fscrypt_inode_info
authorJosef Bacik <josef@toxicpanda.com>
Thu, 5 Oct 2023 02:55:32 +0000 (22:55 -0400)
committerEric Biggers <ebiggers@google.com>
Mon, 9 Oct 2023 03:44:26 +0000 (20:44 -0700)
commit3e7807d5a7d770c59837026e9967fe99ad043174
tree9352f46d5f95cf13787f7ee7d15a5abee97cb64e
parent5b11888471806edf699316d4dcb9b426caebbef2
fscrypt: rename fscrypt_info => fscrypt_inode_info

We are going to track per-extent information, so it'll be necessary to
distinguish between inode infos and extent infos.  Rename fscrypt_info
to fscrypt_inode_info, adjusting any lines that now exceed 80
characters.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
[ebiggers: rebased onto fscrypt tree, renamed fscrypt_get_info(),
 adjusted two comments, and fixed some lines over 80 characters]
Link: https://lore.kernel.org/r/20231005025757.33521-1-ebiggers@kernel.org
Reviewed-by: Neal Gompa <neal@gompa.dev>
Signed-off-by: Eric Biggers <ebiggers@google.com>
12 files changed:
fs/crypto/bio.c
fs/crypto/crypto.c
fs/crypto/fname.c
fs/crypto/fscrypt_private.h
fs/crypto/hooks.c
fs/crypto/inline_crypt.c
fs/crypto/keyring.c
fs/crypto/keysetup.c
fs/crypto/keysetup_v1.c
fs/crypto/policy.c
include/linux/fs.h
include/linux/fscrypt.h