Re: [PATCH] scsi: target: Fix recursive locking in __configfs_open_file()
From: Bart Van Assche
Date: Thu Jan 15 2026 - 11:57:36 EST
On 1/8/26 12:15 PM, Prithvi Tambewagh wrote:
This poses a possibility of recursive locking,
which triggers the lockdep warning.
Patches that fix a lockdep complaint should include the full lockdep complaint.
Since the fixed lockdep complaint didn't trigger a deadlock it must be
a false positive complaint, isn't it? Such complaints should be fixed
but without additional information we can't tell what the best way is to
fix the complaint.
Thanks,
Bart.