Searched hist:e96f9268eea626126021641eefeed02f8669f584 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/nfs/ |
H A D | sysfs.h | diff e96f9268eea626126021641eefeed02f8669f584 Thu Jun 15 13:07:25 CDT 2023 Benjamin Coddington <bcodding@redhat.com> NFS: Make all of /sys/fs/nfs network-namespace unique
Expand the NFS network-namespaced sysfs from /sys/fs/nfs/net down one level into /sys/fs/nfs by moving the "net" kobject onto struct nfs_netns_client and setting it up during network namespace init.
This prepares the way for superblock kobjects within /sys/fs/nfs that will only be visible to matching network namespaces.
Signed-off-by: Benjamin Coddington <bcodding@redhat.com> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
|
H A D | sysfs.c | diff e96f9268eea626126021641eefeed02f8669f584 Thu Jun 15 13:07:25 CDT 2023 Benjamin Coddington <bcodding@redhat.com> NFS: Make all of /sys/fs/nfs network-namespace unique
Expand the NFS network-namespaced sysfs from /sys/fs/nfs/net down one level into /sys/fs/nfs by moving the "net" kobject onto struct nfs_netns_client and setting it up during network namespace init.
This prepares the way for superblock kobjects within /sys/fs/nfs that will only be visible to matching network namespaces.
Signed-off-by: Benjamin Coddington <bcodding@redhat.com> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
|