From: Tejun Heo Date: Tue, 1 Oct 2013 21:42:04 +0000 (-0400) Subject: sysfs: collapse fs/sysfs/bin.c::fill_read() into read() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~64^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ff65d3cb09ee642363bcaf12c6c38670263d93a;p=pandora-kernel.git sysfs: collapse fs/sysfs/bin.c::fill_read() into read() read() is simple enough and fill_read() being in a separate function doesn't add anything. Let's collapse it into read(). This will make merging bin file handling with regular file. Signed-off-by: Tejun Heo Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed