OSDN Git Service

NFS: Clean up: revert increase in READDIR RPC buffer max size
authorChuck Lever <chuck.lever@oracle.com>
Wed, 12 Mar 2014 16:51:17 +0000 (12:51 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 17 Mar 2014 19:30:38 +0000 (15:30 -0400)
commita7697f6ff8e853d5cf443ad60445b99114b15575
treeb9f2c4e4e190a240ce53e0467e3eb4294ab2e5a9
parentbd0f725c4c0bd77b6d931f63eda2d51423a22d43
NFS: Clean up: revert increase in READDIR RPC buffer max size

Security labels go with each directory entry, thus they are always
stored in the page cache, not in the head buffer.  The length of the
reply that goes in head[0] should not have changed to support
NFSv4.2 labels.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4xdr.c