From: Tejun Heo Date: Tue, 1 Oct 2013 21:41:57 +0000 (-0400) Subject: sysfs: remove sysfs_buffer->ops X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~64^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=375b611e60f7c1ce6913417ca254efe5523f1a72;p=pandora-kernel.git sysfs: remove sysfs_buffer->ops Currently, sysfs_ops is fetched during sysfs_open_file() and cached in sysfs_buffer->ops to be used while the file is open. This patch removes the caching and makes each operation directly fetch sysfs_ops. This patch doesn't introduce any behavior difference and is to prepare for merging regular and bin file supports. Signed-off-by: Tejun Heo Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed