]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fscrypt: remove user-triggerable warning messages
authorEric Biggers <ebiggers@google.com>
Mon, 5 Dec 2016 19:12:47 +0000 (11:12 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 31 Dec 2016 21:26:21 +0000 (16:26 -0500)
commit868e1bc64d04294b76f1c0eedb79e0742be441c7
tree19621c444ac7071c54b454a7c438eb59ba4d5365
parent8488cd96ff88966ccb076e4f3654f59d84ba686d
fscrypt: remove user-triggerable warning messages

Several warning messages were not rate limited and were user-triggerable
from FS_IOC_SET_ENCRYPTION_POLICY.  These shouldn't really have been
there in the first place, but either way they aren't as useful now that
the error codes have been improved.  So just remove them.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/crypto/policy.c