diff options
author | Benjamin Coddington <bcodding@redhat.com> | 2023-06-15 14:07:23 -0400 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | 2023-06-19 14:59:07 -0400 |
commit | d5082ace6c8ddefd19b8f7b7164580d972fdb103 (patch) | |
tree | 8f149ff67c6ae723991d99fba1c3dee8d93a0abb /fs/nfs/sysfs.h | |
parent | 8b18a2edecc0741b0eecf8b18fdb356a0f8682de (diff) |
NFS: rename nfs_client_kobj to nfs_net_kobj
Match the variable names to the sysfs structure.
Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'fs/nfs/sysfs.h')
-rw-r--r-- | fs/nfs/sysfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/sysfs.h b/fs/nfs/sysfs.h index 5501ef573c32..0423aaf388c9 100644 --- a/fs/nfs/sysfs.h +++ b/fs/nfs/sysfs.h @@ -14,7 +14,7 @@ struct nfs_netns_client { const char __rcu *identifier; }; -extern struct kobject *nfs_client_kobj; +extern struct kobject *nfs_net_kobj; extern int nfs_sysfs_init(void); extern void nfs_sysfs_exit(void); |