sysfs: rename sysfs_buffer to sysfs_open_file
authorTejun Heo <tj@kernel.org>
Tue, 1 Oct 2013 21:41:59 +0000 (17:41 -0400)
committerPawel Osmialowski <p.osmialowsk@mcdsrvbld02.digital.local>
Fri, 27 Mar 2015 17:13:10 +0000 (18:13 +0100)
commitac2230e997bd856b3fe359a0ddcc451012288aa7
tree789f2d81d2965e9b126bd78104db8d0c67bead8c
parent2c479575d3f6221d704153de9e9e345f1984d757
sysfs: rename sysfs_buffer to sysfs_open_file

sysfs read path will be converted to use seq_file which will handle
buffering making sysfs_buffer a misnomer.  Rename sysfs_buffer to
sysfs_open_file, and sysfs_open_dirent->buffers to ->files.

This path is pure rename.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/sysfs/file.c