Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177173
b: refs/heads/master
c: ddc04fd
h: refs/heads/master
i:
  177171: 3212b58
v: v3
  • Loading branch information
Andy Adamson authored and J. Bruce Fields committed Sep 28, 2009
1 parent 4fc6a57 commit 814d2ad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f39bde24b275ddc45df1ed835725b609e178c7a0
refs/heads/master: ddc04fd4d5163aee9ebdb38a56c365b602e2b7b7
7 changes: 7 additions & 0 deletions trunk/Documentation/filesystems/nfs41-server.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,10 @@ The following cases aren't supported yet:
DESTROY_CLIENTID, DESTROY_SESSION, EXCHANGE_ID.
* DESTROY_SESSION MUST be the final operation in the COMPOUND request.

Nonstandard compound limitations:
* No support for a sessions fore channel RPC compound that requires both a
ca_maxrequestsize request and a ca_maxresponsesize reply, so we may
fail to live up to the promise we made in CREATE_SESSION fore channel
negotiation.
* No more than one IO operation (read, write, readdir) allowed per
compound.
3 changes: 2 additions & 1 deletion trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -477,13 +477,14 @@ static int set_forechannel_drc_size(struct nfsd4_channel_attrs *fchan)

/*
* fchan holds the client values on input, and the server values on output
* sv_max_mesg is the maximum payload plus one page for overhead.
*/
static int init_forechannel_attrs(struct svc_rqst *rqstp,
struct nfsd4_channel_attrs *session_fchan,
struct nfsd4_channel_attrs *fchan)
{
int status = 0;
__u32 maxcount = svc_max_payload(rqstp);
__u32 maxcount = nfsd_serv->sv_max_mesg;

/* headerpadsz set to zero in encode routine */

Expand Down

0 comments on commit 814d2ad

Please sign in to comment.