diff options
Diffstat (limited to 'net/sunrpc/sched.c')
| -rw-r--r-- | net/sunrpc/sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/sched.c b/net/sunrpc/sched.c index 90e5e7e2d01d..af22e3b43ed2 100644 --- a/net/sunrpc/sched.c +++ b/net/sunrpc/sched.c @@ -72,7 +72,7 @@ static struct workqueue_struct *rpciod_workqueue; /* * Spinlock for other critical sections of code. */ -static spinlock_t rpc_sched_lock = SPIN_LOCK_UNLOCKED; +static DEFINE_SPINLOCK(rpc_sched_lock); /* * Disable the timer for a given RPC task. Should be called with |
