diff options
author | 2023-04-06 11:12:45 -0700 | |
---|---|---|
committer | 2023-04-06 11:16:39 -0700 | |
commit | 83e57e47906ce0e99bd61c70fae514e69960d274 (patch) | |
tree | 3b242cfea96fa9f37838c357109d9884ad0b65ec /tools/perf/scripts/python/export-to-postgresql.py | |
parent | fscrypt: use WARN_ON_ONCE instead of WARN_ON (diff) | |
download | wireguard-linux-83e57e47906ce0e99bd61c70fae514e69960d274.tar.xz wireguard-linux-83e57e47906ce0e99bd61c70fae514e69960d274.zip |
fscrypt: optimize fscrypt_initialize()
fscrypt_initialize() is a "one-time init" function that is called
whenever the key is set up for any inode on any filesystem. Make it
implement "one-time init" more efficiently by not taking a global mutex
in the "already initialized case" and doing fewer pointer dereferences.
Link: https://lore.kernel.org/r/20230406181245.36091-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions