[PATCH 06/34] sysfs, kernfs: prepare open, release, poll paths for kernfs

2013-11-28 Thread Tejun Heo
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,

[PATCH 06/34] sysfs, kernfs: prepare open, release, poll paths for kernfs

2013-11-28 Thread Tejun Heo
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,