From: Tejun Heo Date: Thu, 28 Nov 2013 19:54:20 +0000 (-0500) Subject: sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.h X-Git-Tag: v3.14-rc1~151^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd8a5b036b6e8d50854e130555f90f062c5eacec;p=pandora-kernel.git sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.h sysfs_open_file will be used as the primary handle for kernfs methods. Move its definition from fs/sysfs/file.c to include/linux/kernfs.h and mark the public and private fields. This is pure relocation. Signed-off-by: Tejun Heo Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed