diff options
author | Andy Adamson <andros@netapp.com> | 2011-01-06 02:04:35 +0000 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2011-01-06 14:46:25 -0500 |
commit | 4a19de0f4b693139bb10b7cc3cfe1f618576ba67 (patch) | |
tree | c947ed534254d08c5b8836349303844134a13d19 /include/linux/sunrpc/svc.h | |
parent | 42acd021824578fa0eeb6eb58d457c23ec5dc9c0 (diff) | |
download | op-kernel-dev-4a19de0f4b693139bb10b7cc3cfe1f618576ba67.zip op-kernel-dev-4a19de0f4b693139bb10b7cc3cfe1f618576ba67.tar.gz |
NFS rename client back channel transport field
Differentiate from server backchannel
Signed-off-by: Andy Adamson <andros@netapp.com>
Acked-by: Bruce Fields <bfields@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc/svc.h')
-rw-r--r-- | include/linux/sunrpc/svc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sunrpc/svc.h b/include/linux/sunrpc/svc.h index 5a3085b..c81d4d8 100644 --- a/include/linux/sunrpc/svc.h +++ b/include/linux/sunrpc/svc.h @@ -99,7 +99,7 @@ struct svc_serv { spinlock_t sv_cb_lock; /* protects the svc_cb_list */ wait_queue_head_t sv_cb_waitq; /* sleep here if there are no * entries in the svc_cb_list */ - struct svc_xprt *bc_xprt; + struct svc_xprt *sv_bc_xprt; /* callback on fore channel */ #endif /* CONFIG_NFS_V4_1 */ }; |