nfsd41: Backchannel: minorversion support for the back channel
[safe/jmp/linux-2.6] / include / linux / nfsd / state.h
index 105cc10..f5a95fd 100644 (file)
@@ -85,7 +85,8 @@ struct nfs4_cb_conn {
        u32                     cb_addr;
        unsigned short          cb_port;
        u32                     cb_prog;
-       u32                     cb_ident;
+       u32                     cb_minorversion;
+       u32                     cb_ident;       /* minorversion 0 only */
        /* RPC client info */
        atomic_t                cb_set;     /* successful CB_NULL call */
        struct rpc_clnt *       cb_client;