diff options
author | Benjamin Coddington <bcodding@redhat.com> | 2023-06-15 20:07:27 +0200 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | 2023-06-19 21:04:13 +0200 |
commit | e13b549319a684dd80c4cc25e9567a5c84007e32 (patch) | |
tree | cf0f8538359cc734dfd594d8a6c32db8f832c69d /net/sunrpc | |
parent | NFS: add superblock sysfs entries (diff) | |
download | linux-e13b549319a684dd80c4cc25e9567a5c84007e32.tar.xz linux-e13b549319a684dd80c4cc25e9567a5c84007e32.zip |
NFS: Add sysfs links to sunrpc clients for nfs_clients
For the general and state management nfs_client under each mount, create
symlinks to their respective rpc_client sysfs entries.
Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'net/sunrpc')
-rw-r--r-- | net/sunrpc/sysfs.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/net/sunrpc/sysfs.h b/net/sunrpc/sysfs.h index 6620cebd1037..d2dd77a0a0e9 100644 --- a/net/sunrpc/sysfs.h +++ b/net/sunrpc/sysfs.h @@ -5,13 +5,6 @@ #ifndef __SUNRPC_SYSFS_H #define __SUNRPC_SYSFS_H -struct rpc_sysfs_client { - struct kobject kobject; - struct net *net; - struct rpc_clnt *clnt; - struct rpc_xprt_switch *xprt_switch; -}; - struct rpc_sysfs_xprt_switch { struct kobject kobject; struct net *net; |