]> www.infradead.org Git - users/jedix/linux-maple.git/commit
NFSD: Remove NFSSVC_MAXBLKSIZE_V2 macro
authorChuck Lever <chuck.lever@oracle.com>
Mon, 28 Apr 2025 19:37:00 +0000 (15:37 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Thu, 15 May 2025 20:16:28 +0000 (16:16 -0400)
commitcdc29154d327534c50d65e1a9ad7023a03b21034
tree727f5012f69e70cfe47664dbc876c24208046c34
parent58d721684d13fe8efd02a773137e5e8b0911ac14
NFSD: Remove NFSSVC_MAXBLKSIZE_V2 macro

The 8192-byte maximum is a protocol-defined limit, and we already
have a symbolic constant defined whose name matches the name of
the limit defined in the protocol. Replace the duplicate.

No change in behavior is expected.

Reviewed-by: NeilBrown <neil@brown.name>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/nfsd.h
fs/nfsd/nfsproc.c
fs/nfsd/nfsxdr.c