nfs: RPC_MAX_AUTH_SIZE is in bytes
authorJ. Bruce Fields <bfields@redhat.com>
Wed, 20 Sep 2017 16:42:13 +0000 (12:42 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Sun, 1 Oct 2017 22:51:30 +0000 (18:51 -0400)
commit35c036ef4a722e953e17884f4f4325f78eeab475
tree55675f4af31ac2613a0ed02de37f1c6e8b7d9d82
parent9e66317d3c92ddaab330c125dfe9d06eee268aff
nfs: RPC_MAX_AUTH_SIZE is in bytes

The units of RPC_MAX_AUTH_SIZE is bytes, not 4-byte words.  This causes
the client to request a larger-than-necessary session replay slot size.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4xdr.c