mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-24 05:01:03 +02:00
NFS: add a sysfs link to the lockd rpc_client
After lockd is started, add a symlink for lockd's rpc_client under NFS' superblock sysfs. Signed-off-by: Benjamin Coddington <bcodding@redhat.com> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
This commit is contained in:
committed by
Trond Myklebust
parent
e13b549319
commit
d97c058977
@@ -20,6 +20,7 @@
|
||||
/* Dummy declarations */
|
||||
struct svc_rqst;
|
||||
struct rpc_task;
|
||||
struct rpc_clnt;
|
||||
|
||||
/*
|
||||
* This is the set of functions for lockd->nfsd communication
|
||||
@@ -56,6 +57,7 @@ struct nlmclnt_initdata {
|
||||
|
||||
extern struct nlm_host *nlmclnt_init(const struct nlmclnt_initdata *nlm_init);
|
||||
extern void nlmclnt_done(struct nlm_host *host);
|
||||
extern struct rpc_clnt *nlmclnt_rpc_clnt(struct nlm_host *host);
|
||||
|
||||
/*
|
||||
* NLM client operations provide a means to modify RPC processing of NLM
|
||||
|
Reference in New Issue
Block a user