]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
kernfs: s/sysfs/kernfs/ in internal functions and whatever is left
authorTejun Heo <tj@kernel.org>
Wed, 11 Dec 2013 19:11:58 +0000 (14:11 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Dec 2013 01:39:20 +0000 (17:39 -0800)
commitc637b8acbe079edb477d887041755b489036f146
tree7d6e856930752574bb1d56b56bea5a2bf816de72
parenta797bfc30532388e8a11ca726df60cdd77aa8675
kernfs: s/sysfs/kernfs/ in internal functions and whatever is left

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_*()/kernfs_*()/ in all internal functions
* s/sysfs/kernfs/ in internal strings, comments and whatever is remaining
* Uniformly rename various vfs operations so that they're consistently
  named and distinguishable.

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>
fs/kernfs/dir.c
fs/kernfs/file.c
fs/kernfs/inode.c
fs/kernfs/kernfs-internal.h
fs/kernfs/mount.c
fs/kernfs/symlink.c