lkml.org 
[lkml]   [2020]   [Dec]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.14 153/242] nfsd: Fix message level for normal termination
    Date
    From: kazuo ito <kzpn200@gmail.com>

    [ 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 | 3 +--
    1 file changed, 1 insertion(+), 2 deletions(-)

    diff --git a/fs/nfsd/nfssvc.c b/fs/nfsd/nfssvc.c
    index 4a9e0fb634b6c..67e85a752d3a4 100644
    --- a/fs/nfsd/nfssvc.c
    +++ b/fs/nfsd/nfssvc.c
    @@ -410,8 +410,7 @@ static void nfsd_last_thread(struct svc_serv *serv, struct net *net)
    return;

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

    --
    2.27.0


    \
     
     \ /
      Last update: 2020-12-28 17:40    [W:2.674 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site