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 e838d042f7f5..1b74420d1603 100644 --- a/net/sunrpc/sched.c +++ b/net/sunrpc/sched.c | |||
@@ -64,7 +64,7 @@ static LIST_HEAD(all_tasks); | |||
64 | */ | 64 | */ |
65 | static DECLARE_MUTEX(rpciod_sema); | 65 | static DECLARE_MUTEX(rpciod_sema); |
66 | static unsigned int rpciod_users; | 66 | static unsigned int rpciod_users; |
67 | static struct workqueue_struct *rpciod_workqueue; | 67 | struct workqueue_struct *rpciod_workqueue; |
68 | 68 | ||
69 | /* | 69 | /* |
70 | * Spinlock for other critical sections of code. | 70 | * Spinlock for other critical sections of code. |