]> Pileus Git - ~andy/linux/commit
sysfs, kernfs: implement kernfs_ns_enabled()
authorTejun Heo <tj@kernel.org>
Fri, 29 Nov 2013 22:19:09 +0000 (17:19 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Nov 2013 02:41:28 +0000 (18:41 -0800)
commitac9bba031001704a2339713cc12148857eccc5e5
treec058217a47c51021d97454639ed0f7480c73fe6a
parentcf9e5a73aaff0204801dd19cb4bd91d32f32026a
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>
fs/kernfs/dir.c
fs/kernfs/symlink.c
fs/sysfs/symlink.c
include/linux/kernfs.h