diff options
author | J. Bruce Fields <bfields@redhat.com> | 2012-11-01 18:09:48 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2012-11-07 19:39:58 -0500 |
commit | cb73a9f4649bf63c0397e565a15abf8a91ecf56f (patch) | |
tree | 96fb7200465a50047c92089ee4b504a3ebcfe9bb /fs/nfsd/state.h | |
parent | c6bb3ca27d78b902baa143b931a8d9ef53298afa (diff) | |
download | linux-cb73a9f4649bf63c0397e565a15abf8a91ecf56f.tar.gz linux-cb73a9f4649bf63c0397e565a15abf8a91ecf56f.tar.bz2 linux-cb73a9f4649bf63c0397e565a15abf8a91ecf56f.zip |
nfsd4: implement backchannel_ctl operation
This operation is mandatory for servers to implement.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r-- | fs/nfsd/state.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index bff856c34a32..758bc9c2646b 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h @@ -166,6 +166,11 @@ struct nfsd4_create_session { 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; |