NFSD: Remove lockdep assertion from unhash_and_release_locked()
authorChuck Lever <chuck.lever@oracle.com>
Fri, 8 Jul 2022 18:25:44 +0000 (14:25 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Sat, 30 Jul 2022 00:11:41 +0000 (20:11 -0400)
commitf53cef15dddec7203df702cdc62e554190385450
treea0248c6e40174ebb877a98cdf033d3d2adc7a784
parent54f7df7094b329ca35d9f9808692bb16c48b13e9
NFSD: Remove lockdep assertion from unhash_and_release_locked()

IIUC, holding the hash bucket lock is needed only in
nfsd_file_unhash, and there is already a lockdep assertion there.

Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/filecache.c