From: Tejun Heo Date: Thu, 28 Nov 2013 19:54:19 +0000 (-0500) Subject: sysfs, kernfs: prepare open, release, poll paths for kernfs X-Git-Tag: v3.14-rc1~151^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6fb449515f23edea828fb90a460d3622e261dba;p=pandora-kernel.git sysfs, kernfs: prepare open, release, poll paths for kernfs We're in the process of separating out core sysfs functionality into kernfs which will deal with sysfs_dirents directly. This patch prepares the rest - open, release and poll. There isn't much to do. Just renaming is enough. As sysfs_file_operations and sysfs_bin_operations are identical now, use the same file_operations for both - kernfs_file_operations. This patch doesn't introduce any behavior changes. Signed-off-by: Tejun Heo Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed