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)
commite2f0c83a9de331d9352185ca3642616c13127539
tree3285a54848cb0195eaf3e8f66ea874d80940864e
parent3396f92f8be606ea485b0a82d4e7749a448b013b
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