commit | 886da8b39cf27995836062bb7fe5fd5cb764540a | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Wed Jul 24 11:07:58 2019 -0700 |
committer | Eric Biggers <ebiggers@google.com> | Mon Aug 12 19:04:44 2019 -0700 |
tree | e6c29f00bbad95d27698e199951a8e0d8d2a7245 | |
parent | 1c5100a2aab4143f36ca671c28189a8734d5381a [diff] |
fscrypt: make fscrypt_msg() take inode instead of super_block Most of the warning and error messages in fs/crypto/ are for situations related to a specific inode, not merely to a super_block. So to make things easier, make fscrypt_msg() take an inode rather than a super_block, and make it print the inode number. Note: This is the same approach I'm taking for fsverity_msg(). Signed-off-by: Eric Biggers <ebiggers@google.com>