From: Tejun Heo Date: Tue, 1 Oct 2013 21:41:59 +0000 (-0400) Subject: sysfs: rename sysfs_buffer to sysfs_open_file X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~64^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58282d8dc2e7cf2b87c8fee94d7138ed08e0a2e5;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed