nfsd: Fix message level for normal termination
authorkazuo ito <kzpn200@gmail.com>
Fri, 27 Nov 2020 06:26:59 +0000 (15:26 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Dec 2020 10:53:44 +0000 (11:53 +0100)
commit5f6742261ab9624bb4a41fc7b0ade30363496f11
tree29c17bb3b810feeba5467c7bce6a0a82d52aadec
parent837935e21f7f35bf19095560273c3d504bd0d723
nfsd: Fix message level for normal termination

[ Upstream commit 4420440c57892779f265108f46f83832a88ca795 ]

The warning message from nfsd terminating normally
can confuse system adminstrators or monitoring software.

Though it's not exactly fair to pin-point a commit where it
originated, the current form in the current place started
to appear in:

Fixes: e096bbc6488d ("knfsd: remove special handling for SIGHUP")
Signed-off-by: kazuo ito <kzpn200@gmail.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/nfsd/nfssvc.c