diff options
Diffstat (limited to 'include/linux/sunrpc/svcsock.h')
-rw-r--r-- | include/linux/sunrpc/svcsock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/svcsock.h b/include/linux/sunrpc/svcsock.h index ba41f11788f2..41c2dfaf7371 100644 --- a/include/linux/sunrpc/svcsock.h +++ b/include/linux/sunrpc/svcsock.h | |||
@@ -24,7 +24,6 @@ struct svc_sock { | |||
24 | * sk_info_authunix */ | 24 | * sk_info_authunix */ |
25 | struct list_head sk_deferred; /* deferred requests that need to | 25 | struct list_head sk_deferred; /* deferred requests that need to |
26 | * be revisted */ | 26 | * be revisted */ |
27 | struct mutex sk_mutex; /* to serialize sending data */ | ||
28 | 27 | ||
29 | /* We keep the old state_change and data_ready CB's here */ | 28 | /* We keep the old state_change and data_ready CB's here */ |
30 | void (*sk_ostate)(struct sock *); | 29 | void (*sk_ostate)(struct sock *); |