]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit786802e71e6df2dbee7c139cd1427084867197ac
tree55675f4af31ac2613a0ed02de37f1c6e8b7d9d82
parentb888c937506147d5d77f24afb038b53ae6e1b4f2
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