diff options
author | Christian Brauner <brauner@kernel.org> | 2024-12-19 16:59:14 +0300 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2025-01-09 18:58:55 +0300 |
commit | 22eb23b8a7b2536a475ac87244ee4ab50764eccd (patch) | |
tree | cfaea87d2be106f3cd3f7de20c7c06cd0feb0981 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 7f9bfafc5f496cf2222659890477d0408455369e (diff) | |
download | linux-22eb23b8a7b2536a475ac87244ee4ab50764eccd.tar.xz |
fs: remove useless lockdep assertion
mnt_ns_release() can run asynchronously via call_rcu() so hitting that
lockdep assertion means someone else already grabbed the
mnt_ns_tree_lock and causes a false positive. That assertion has likely
always been wrong. call_rcu() just makes it more likely to hit.
Link: https://lore.kernel.org/r/Z2PlT5rcRTIhCpft@ly-workstation
Link: https://lore.kernel.org/r/20241219-darben-quietschen-b6e1d80327bb@brauner
Reported-by: Lai, Yi <yi1.lai@linux.intel.com>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions