sysfs, kernfs: move internal decls to fs/kernfs/kernfs-internal.h
authorTejun Heo <tj@kernel.org>
Thu, 28 Nov 2013 19:54:31 +0000 (14:54 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Nov 2013 01:55:10 +0000 (17:55 -0800)
commitae6621b0716852146e4655fef7f74a181faa6c81
tree04b4e642dee773bc6acb4da51c56f0d19090de3e
parentccf73cf336dc55bc52748205dee998d2fd4a8808
sysfs, kernfs: move internal decls to fs/kernfs/kernfs-internal.h

Move data structure, constant and basic accessor declarations from
fs/sysfs/sysfs.h to fs/kernfs/kernfs-internal.h.  The two files
currently include each other.  Once kernfs / sysfs separation is
complete, the cross inclusions will be removed.  Inclusion protectors
are added to fs/sysfs/sysfs.h to allow cross-inclusion.

This patch doesn't introduce any functional changes.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/kernfs/kernfs-internal.h [new file with mode: 0644]
fs/sysfs/sysfs.h