diff options
author | Tejun Heo <tj@kernel.org> | 2013-11-29 23:19:09 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-11-30 03:41:28 +0100 |
commit | ac9bba031001704a2339713cc12148857eccc5e5 (patch) | |
tree | c058217a47c51021d97454639ed0f7480c73fe6a /fs/sysfs/group.c | |
parent | sysfs, kernfs: make sysfs_dirent definition public (diff) | |
download | linux-ac9bba031001704a2339713cc12148857eccc5e5.tar.xz linux-ac9bba031001704a2339713cc12148857eccc5e5.zip |
sysfs, kernfs: implement kernfs_ns_enabled()
fs/sysfs/symlink.c::sysfs_delete_link() tests @sd->s_flags for
SYSFS_FLAG_NS. Let's add kernfs_ns_enabled() so that sysfs doesn't
have to test sysfs_dirent flag directly. This makes things tidier for
kernfs proper too.
This is purely cosmetic.
v2: To avoid possible NULL deref, use noop dummy implementation which
always returns false when !CONFIG_SYSFS.
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/sysfs/group.c')
0 files changed, 0 insertions, 0 deletions