]> git.baikalelectronics.ru Git - kernel.git/commit
sunrpc: add an "info" file for the dummy gssd pipe
authorJeff Layton <jlayton@redhat.com>
Thu, 5 Dec 2013 12:34:44 +0000 (07:34 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 6 Dec 2013 18:06:34 +0000 (13:06 -0500)
commit71435b84c4231cb15ae72f0bb07bce096807de61
tree3285a54848cb0195eaf3e8f66ea874d80940864e
parente237b1db7a434c0dcfe80dffca0e11592ae833a0
sunrpc: add an "info" file for the dummy gssd pipe

rpc.gssd expects to see an "info" file in each clntXX dir. Since adding
the dummy gssd pipe, users that run rpc.gssd see a lot of these messages
spamming the logs:

    rpc.gssd[508]: ERROR: can't open /var/lib/nfs/rpc_pipefs/gssd/clntXX/info: No such file or directory
    rpc.gssd[508]: ERROR: failed to read service info

Add a dummy gssd/clntXX/info file to help silence these messages.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/rpc_pipe.c