]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/sunrpc/svc.h
Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux
[mv-sheeva.git] / include / linux / sunrpc / svc.h
index d45c482b64441ed368b05b92f9564f379076bf65..ea29330b78bd002aa67b3091abd589a077318b91 100644 (file)
@@ -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 */
 };