]> www.infradead.org Git - users/dwmw2/linux.git/commit
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>
Tue, 29 Dec 2020 12:47:00 +0000 (13:47 +0100)
commit0e9942d23848f55a0bc83386f34c623571fd5845
tree64810be8d819dcbec3bc077b1f5009304bb72946
parent4d5bbc8f633cb53c50b4fd308f94bbe078241bf4
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