]> git.ipfire.org Git - people/ms/linux.git/commit - fs/crypto/fscrypt_private.h
fscrypt: rename keyinfo.c to keysetup.c
authorEric Biggers <ebiggers@google.com>
Mon, 5 Aug 2019 02:35:45 +0000 (19:35 -0700)
committerEric Biggers <ebiggers@google.com>
Tue, 13 Aug 2019 02:06:06 +0000 (19:06 -0700)
commitfeed825861919ac3fac4b2ab83673dd5225f7f0d
tree847366a45149de2bd984b0b3bc4c44ced1c3e838
parent0109ce76dd6e9e69559e56ea9f10d1e12ca4a50b
fscrypt: rename keyinfo.c to keysetup.c

Rename keyinfo.c to keysetup.c since this better describes what the file
does (sets up the key), and it matches the new file keysetup_v1.c.

Reviewed-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Eric Biggers <ebiggers@google.com>
fs/crypto/Makefile
fs/crypto/fscrypt_private.h
fs/crypto/keysetup.c [moved from fs/crypto/keyinfo.c with 100% similarity]
include/linux/fscrypt.h