]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
kernfs: drop s_ prefix from kernfs_node members
authorTejun Heo <tj@kernel.org>
Wed, 11 Dec 2013 19:11:54 +0000 (14:11 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Dec 2013 23:43:48 +0000 (15:43 -0800)
commitadc5e8b58f4886d45f79f4ff41a09001a76a6b12
treee77d7c1cb4c7b9fcf236b329cb486750dbaef860
parent324a56e16e44baecac3ca799fd216154145c14bf
kernfs: drop s_ prefix from kernfs_node members

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.

s_ prefix for kernfs members is used inconsistently and a misnomer
now.  It's not like kernfs_node is used widely across the kernel
making the ability to grep for the members particularly useful.  Let's
just drop the prefix.

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/symlink.c
fs/sysfs/dir.c
fs/sysfs/file.c
fs/sysfs/symlink.c
include/linux/kernfs.h