commit | cb73a9f4649bf63c0397e565a15abf8a91ecf56f | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Thu Nov 01 18:09:48 2012 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Nov 07 19:39:58 2012 -0500 |
tree | 96fb7200465a50047c92089ee4b504a3ebcfe9bb | |
parent | c6bb3ca27d78b902baa143b931a8d9ef53298afa [diff] [blame] |
nfsd4: implement backchannel_ctl operation This operation is mandatory for servers to implement. Signed-off-by: J. Bruce Fields <bfields@redhat.com>
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index bff856c..758bc9c 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h
@@ -166,6 +166,11 @@ struct nfsd4_cb_sec cb_sec; }; +struct nfsd4_backchannel_ctl { + u32 bc_cb_program; + struct nfsd4_cb_sec bc_cb_sec; +}; + struct nfsd4_bind_conn_to_session { struct nfs4_sessionid sessionid; u32 dir;