linux/fs/sysfs
Tejun Heo 51a35e9fd0 sysfs, kernfs: make sysfs_super_info->ns const
Add const qualifier to sysfs_super_info->ns so that it's consistent
with other namespace tag usages in sysfs.  Because kobject doesn't use
const qualifier for namespace tags, this ends up requiring an explicit
cast to drop const qualifier in free_sysfs_super_info().

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-11-29 18:09:27 -08:00
..
Kconfig kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT 2011-01-20 17:02:05 -08:00
Makefile sysfs, kernfs: move inode code to fs/kernfs/inode.c 2013-11-29 17:55:10 -08:00
dir.c sysfs, kernfs: move dir core code to fs/kernfs/dir.c 2013-11-29 18:08:39 -08:00
file.c sysfs, kernfs: move file core code to fs/kernfs/file.c 2013-11-29 18:08:39 -08:00
group.c sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put() 2013-11-29 17:55:10 -08:00
mount.c sysfs, kernfs: make sysfs_super_info->ns const 2013-11-29 18:09:27 -08:00
symlink.c sysfs, kernfs: move symlink core code to fs/kernfs/symlink.c 2013-11-29 18:08:39 -08:00
sysfs.h sysfs, kernfs: make sysfs_super_info->ns const 2013-11-29 18:09:27 -08:00