Tejun Heo bcafe4eea3 sysfs: add sysfs_open_file->sd and ->file
sysfs will be converted to use seq_file for read path, which will make
it difficult to pass around multiple pointers directly.  This patch
adds sysfs_open_file->sd and ->file so that we can reach all the
necessary data structures from sysfs_open_file.

flush_write_buffer() is updated to drop @dentry which was used to
discover the sysfs_dirent as it's now available through
sysfs_open_file->sd.

This patch doesn't cause any behavior difference.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-10-05 17:21:03 -07:00
..
2013-09-16 19:17:24 -04:00
2013-09-07 10:38:29 +02:00
2013-09-16 19:17:24 -04:00
2013-09-24 11:23:33 +02:00
2013-09-24 14:41:42 -07:00
2013-09-13 23:06:40 -04:00
2013-09-10 18:56:31 -04:00
2013-09-13 23:06:40 -04:00
2013-09-10 18:56:32 -04:00