Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Commit 4deb1c3

Browse files
kazuo itogregkh
kazuo ito
authored andcommitted
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: e096bbc ("knfsd: remove special handling for SIGHUP") Signed-off-by: kazuo ito <[email protected]> Signed-off-by: Chuck Lever <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent fb8a0ef commit 4deb1c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fs/nfsd/nfssvc.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,7 @@ static void nfsd_last_thread(struct svc_serv *serv, struct net *net)
393393
return;
394394

395395
nfsd_shutdown_net(net);
396-
printk(KERN_WARNING "nfsd: last server has exited, flushing export "
397-
"cache\n");
396+
pr_info("nfsd: last server has exited, flushing export cache\n");
398397
nfsd_export_flush(net);
399398
}
400399

0 commit comments

Comments
 (0)