commit | 3ff65d3cb09ee642363bcaf12c6c38670263d93a | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Oct 01 17:42:04 2013 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Oct 05 17:27:40 2013 -0700 |
tree | 27b7b3d5e36be401ae301bb889c4e66a2fc9bb76 | |
parent | 91270162bf8a86bee756da7e931591d9953cb5a8 [diff] |
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 <tj@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>