NFS: move the delegation_watermark module parameter
authorChristoph Hellwig <hch@lst.de>
Fri, 18 Jul 2025 08:14:48 +0000 (10:14 +0200)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 22 Jul 2025 12:10:41 +0000 (08:10 -0400)
commitaee077d8edc8b9772b205f4104686d676171e61f
tree70b80222900ce28f5da8bce68593105560fe6ae8
parent7375bbad467e9b1b101d591a458b49a0f3896641
NFS: move the delegation_watermark module parameter

Keep the module_param_named next to the variable declaration instead of
somewhere unrelated, following the best practice in the rest of the
kernel.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Link: https://lore.kernel.org/r/20250718081509.2607553-4-hch@lst.de
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/delegation.c