summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-12-21 12:05:55 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2010-12-21 12:05:55 +1100
commit3c54e0af33ad071ae910f7d78f50abcd60d539c8 (patch)
tree00377f60b63da3d89eb3b7fe6d865c8bd9be9d5c /include
parent40eee2795faa355d3476d9be48d1e95a065453fb (diff)
parentf3c0ceea83ba3741226ea04eb1804d254da2642f (diff)
Merge remote branch 'nfsd/nfsd-next'
Diffstat (limited to 'include')
-rw-r--r--include/linux/sunrpc/svc_xprt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/svc_xprt.h b/include/linux/sunrpc/svc_xprt.h
index aea0d438e3c7..c8f81da15c7e 100644
--- a/include/linux/sunrpc/svc_xprt.h
+++ b/include/linux/sunrpc/svc_xprt.h
@@ -63,7 +63,6 @@ struct svc_xprt {
#define XPT_LISTENER 11 /* listening endpoint */
#define XPT_CACHE_AUTH 12 /* cache auth info */
- struct svc_pool *xpt_pool; /* current pool iff queued */
struct svc_serv *xpt_server; /* service for transport */
atomic_t xpt_reserved; /* space on outq that is rsvd */
struct mutex xpt_mutex; /* to serialize sending data */