diff options
author | 2024-01-26 21:01:05 -0500 | |
---|---|---|
committer | 2024-02-02 13:11:49 +0100 | |
commit | 85f273a6a1e492afa7309fd23fcd8cb870085f56 (patch) | |
tree | e2e84ba0dd645a8da314738a50bb0878b32b35c4 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | asm-generic: remove extra type checking in acquire/release for non-SMP case (diff) | |
download | wireguard-linux-85f273a6a1e492afa7309fd23fcd8cb870085f56.tar.xz wireguard-linux-85f273a6a1e492afa7309fd23fcd8cb870085f56.zip |
fs/pipe: Convert to lockdep_cmp_fn
*_lock_nested() is fundamentally broken; lockdep needs to check lock
ordering, but we cannot device a total ordering on an unbounded number
of elements with only a few subclasses.
the replacement is to define lock ordering with a proper comparison
function.
fs/pipe.c was already doing everything correctly otherwise, nothing
much changes here.
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: Christian Brauner <brauner@kernel.org>
Cc: Jan Kara <jack@suse.cz>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Link: https://lore.kernel.org/r/20240127020111.487218-2-kent.overstreet@linux.dev
Reviewed-by: Jan Kara <jack@suse.cz>
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