]> git.proxmox.com Git - mirror_zfs.git/commit
Linux: disable lockdep for a couple of locks
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 13 May 2024 22:12:07 +0000 (17:12 -0500)
committerGitHub <noreply@github.com>
Mon, 13 May 2024 22:12:07 +0000 (15:12 -0700)
commitabec7dcd30acfb195bca36334cec4fe82b082b1d
tree7684df1b43d0d303eca487e64d8564e11b63f517
parent136c05321140ecefa81a830754c64a7867d033e0
Linux: disable lockdep for a couple of locks

When running a debug kernel with lockdep enabled there
are several locks which report false positives.  Set
MUTEX_NOLOCKDEP/RW_NOLOCKDEP to disable these warnings.

Reviewed-by: Brian Atkinson <batkinson@lanl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #16188
module/os/linux/spl/spl-procfs-list.c
module/zfs/dbuf.c