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 3181d9d4caa0..ba07d50cb11b 100644 --- a/include/linux/sunrpc/svcsock.h +++ b/include/linux/sunrpc/svcsock.h | |||
@@ -24,7 +24,6 @@ struct svc_sock { | |||
24 | 24 | ||
25 | struct svc_pool * sk_pool; /* current pool iff queued */ | 25 | struct svc_pool * sk_pool; /* current pool iff queued */ |
26 | struct svc_serv * sk_server; /* service for this socket */ | 26 | struct svc_serv * sk_server; /* service for this socket */ |
27 | atomic_t sk_inuse; /* use count */ | ||
28 | unsigned long sk_flags; | 27 | unsigned long sk_flags; |
29 | #define SK_BUSY 0 /* enqueued/receiving */ | 28 | #define SK_BUSY 0 /* enqueued/receiving */ |
30 | #define SK_CONN 1 /* conn pending */ | 29 | #define SK_CONN 1 /* conn pending */ |