commit | 544d08fde258b4da72b6cfbe2d7172c86ce9860d | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Mon Apr 30 15:51:47 2018 -0700 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun May 20 16:21:05 2018 -0400 |
tree | 56d013a89974bd62e3ca974e090f495808edc64a | |
parent | 11b8818ec09d577567f59fc1b32cfa56c756fe89 [diff] |
fscrypt: use a common logging function Use a common function for fscrypt warning and error messages so that all the messages are consistently ratelimited, include the "fscrypt:" prefix, and include the filesystem name if applicable. Also fix up a few of the log messages to be more descriptive. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>