linux/fs/kernfs
Tejun Heo c525aaddc3 kernfs: s/sysfs/kernfs/ in various data structures
kernfs has just been separated out from sysfs and we're already in
full conflict mode.  Nothing can make the situation any worse.  Let's
take the chance to name things properly.

This patch performs the following renames.

* s/sysfs_open_dirent/kernfs_open_node/
* s/sysfs_open_file/kernfs_open_file/
* s/sysfs_inode_attrs/kernfs_iattrs/
* s/sysfs_addrm_cxt/kernfs_addrm_cxt/
* s/sysfs_super_info/kernfs_super_info/
* s/sysfs_info()/kernfs_info()/
* s/sysfs_open_dirent_lock/kernfs_open_node_lock/
* s/sysfs_open_file_mutex/kernfs_open_file_mutex/
* s/sysfs_of()/kernfs_of()/

This patch is strictly rename only and doesn't introduce any
functional difference.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-12-11 17:39:20 -08:00
..
dir.c kernfs: s/sysfs/kernfs/ in various data structures 2013-12-11 17:39:20 -08:00
file.c kernfs: s/sysfs/kernfs/ in various data structures 2013-12-11 17:39:20 -08:00
inode.c kernfs: s/sysfs/kernfs/ in various data structures 2013-12-11 17:39:20 -08:00
kernfs-internal.h kernfs: s/sysfs/kernfs/ in various data structures 2013-12-11 17:39:20 -08:00
Makefile sysfs, kernfs: add skeletons for kernfs 2013-11-27 13:28:24 -08:00
mount.c kernfs: s/sysfs/kernfs/ in various data structures 2013-12-11 17:39:20 -08:00
symlink.c kernfs: s/sysfs/kernfs/ in various data structures 2013-12-11 17:39:20 -08:00