]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
NFSD: Minor cleanup in layoutcommit processing
authorSergey Bashirov <sergeybashirov@gmail.com>
Mon, 20 Oct 2025 12:55:02 +0000 (08:55 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Oct 2025 13:04:41 +0000 (14:04 +0100)
commita17a423c416290ff705e76e19f820ba9da3c9b17
treef2f721303efd1fcdb02d4fcb42e087a1c20f262c
parentece8e2bf10e0fb63611dbc6e5171962419ff2b12
NFSD: Minor cleanup in layoutcommit processing

[ Upstream commit 274365a51d88658fb51cca637ba579034e90a799 ]

Remove dprintk in nfsd4_layoutcommit. These are not needed
in day to day usage, and the information is also available
in Wireshark when capturing NFS traffic.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Sergey Bashirov <sergeybashirov@gmail.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Stable-dep-of: d68886bae76a ("NFSD: Fix last write offset handling in layoutcommit")
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfsd/nfs4proc.c