aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/sysfs.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-11-18fs: nfs: sysfs: Remove NULL check before kfreeSaurav Girepunje1-2/+1
Remove NULL check before kfree, NULL check is taken care on kfree. Signed-off-by: Saurav Girepunje <saurav.girepunje@gmail.com> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
2019-07-06NFS: Add sysfs support for per-container identifierTrond Myklebust1-0/+118
In order to identify containers to the NFS client, we add a per-net sysfs attribute that udev can fill with the appropriate identifier. The identifier could be a unique hostname, but in most cases it will probably be a persisted uuid. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
2019-07-06NFS: Create a root NFS directory in /sys/fs/nfsTrond Myklebust1-0/+69
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>