diff options
Diffstat (limited to 'net/sunrpc/xprt.c')
-rw-r--r-- | net/sunrpc/xprt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sunrpc/xprt.c b/net/sunrpc/xprt.c index ce5eb68a9664..fbdbaf2cd58d 100644 --- a/net/sunrpc/xprt.c +++ b/net/sunrpc/xprt.c | |||
@@ -1111,10 +1111,10 @@ found: | |||
1111 | 1111 | ||
1112 | INIT_LIST_HEAD(&xprt->free); | 1112 | INIT_LIST_HEAD(&xprt->free); |
1113 | INIT_LIST_HEAD(&xprt->recv); | 1113 | INIT_LIST_HEAD(&xprt->recv); |
1114 | #if defined(CONFIG_NFS_V4_1) | 1114 | #if defined(CONFIG_SUNRPC_BACKCHANNEL) |
1115 | spin_lock_init(&xprt->bc_pa_lock); | 1115 | spin_lock_init(&xprt->bc_pa_lock); |
1116 | INIT_LIST_HEAD(&xprt->bc_pa_list); | 1116 | INIT_LIST_HEAD(&xprt->bc_pa_list); |
1117 | #endif /* CONFIG_NFS_V4_1 */ | 1117 | #endif /* CONFIG_SUNRPC_BACKCHANNEL */ |
1118 | 1118 | ||
1119 | INIT_WORK(&xprt->task_cleanup, xprt_autoclose); | 1119 | INIT_WORK(&xprt->task_cleanup, xprt_autoclose); |
1120 | if (xprt_has_timer(xprt)) | 1120 | if (xprt_has_timer(xprt)) |