summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorNeilBrown <neil@brown.name>2025-03-14 09:32:54 +1100
committerChristian Brauner <brauner@kernel.org>2025-03-18 15:34:27 +0100
commit514b68711164b557342bc6169d898576fa905c0f (patch)
tree17d5419e6f6a4f2383409faf56d5d48b5569790b /tools/perf/scripts/python
parent611851010c74046c0bc2b0461b72a6fae81c16d0 (diff)
VFS/autofs: try_lookup_one_len() does not need any locks
try_lookup_one_len() is identical to lookup_one_unlocked() except that it doesn't include the call to lookup_slow(). The latter doesn't need the inode to be locked, so the former cannot either. So fix the documentation, remove the WARN_ON and fix the only caller to not take the lock. Signed-off-by: NeilBrown <neilb@suse.de> Link: https://lore.kernel.org/r/174190517441.9342.5956460781380903128@noble.neil.brown.name Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions