commit | 868e1bc64d04294b76f1c0eedb79e0742be441c7 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Mon Dec 05 11:12:47 2016 -0800 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Dec 31 16:26:21 2016 -0500 |
tree | 19621c444ac7071c54b454a7c438eb59ba4d5365 | |
parent | 8488cd96ff88966ccb076e4f3654f59d84ba686d [diff] |
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>