fscrypt: remove unused Speck definitions
authorEric Biggers <ebiggers@google.com>
Fri, 2 Dec 2022 03:55:29 +0000 (19:55 -0800)
committerEric Biggers <ebiggers@google.com>
Fri, 2 Dec 2022 03:58:50 +0000 (19:58 -0800)
commitf8b435f93b7630afea2df958e0331c566496214b
tree1eaf12d791a653091c8b1c18ccc03a80cfb463e3
parente0cefada1383c5ceb5a35f08369d0d40a6629c18
fscrypt: remove unused Speck definitions

These old unused definitions were originally left around to prevent the
same mode numbers from being reused.  However, we've now decided to
reuse the mode numbers anyway.  So let's completely remove these old
unused definitions to avoid confusion.  There is no reason for any code
to be using these constants in any way; and indeed, Debian Code Search
shows no uses of them (other than in copies or translations of the
header).  So this should be perfectly safe.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Link: https://lore.kernel.org/r/20221202035529.55992-1-ebiggers@kernel.org
include/uapi/linux/fscrypt.h