diff options
author | Eric Biggers <[email protected]> | 2018-01-11 23:30:13 -0500 |
---|---|---|
committer | Theodore Ts'o <[email protected]> | 2018-01-11 23:30:13 -0500 |
commit | 3d204e24d452f96704f5feb83f6b7654245defc9 (patch) | |
tree | 680d6fad2a6f7a7d6638e828b8ea2542beea4509 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 2f46a2bc2694877332f9c1ff47acb7fa117e168a (diff) |
fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()
fscrypt_put_encryption_info() is only called when evicting an inode, so
the 'struct fscrypt_info *ci' parameter is always NULL, and there cannot
be races with other threads. This was cruft left over from the broken
key revocation code. Remove the unused parameter and the cmpxchg().
Also remove the #ifdefs around the fscrypt_put_encryption_info() calls,
since fscrypt_notsupp.h defines a no-op stub for it.
Signed-off-by: Eric Biggers <[email protected]>
Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions