]> Git Repo - linux.git/commit
NFSD: Use DEFINE_SPINLOCK() for spinlock
authorGuobin Huang <[email protected]>
Tue, 6 Apr 2021 12:08:18 +0000 (20:08 +0800)
committerChuck Lever <[email protected]>
Tue, 6 Apr 2021 15:27:38 +0000 (11:27 -0400)
commitb73ac6808b0f7994a05ebc38571e2e9eaf98a0f4
tree6d5544e42c440bda048761da81661f23065bd9ee
parentdee9f6ade389b71b8ef679454f6f4d00cd3075f1
NFSD: Use DEFINE_SPINLOCK() for spinlock

spinlock can be initialized automatically with DEFINE_SPINLOCK()
rather than explicitly calling spin_lock_init().

Reported-by: Hulk Robot <[email protected]>
Signed-off-by: Guobin Huang <[email protected]>
Signed-off-by: Chuck Lever <[email protected]>
fs/nfsd/nfssvc.c
This page took 0.055861 seconds and 4 git commands to generate.