sysfs: remove unused sysfs_buffer->pos

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Tejun Heo 2013-10-01 17:41:55 -04:00 committed by Greg Kroah-Hartman
parent 250f7c3fee
commit 89e51dab7c

View file

@ -44,7 +44,6 @@ struct sysfs_open_dirent {
struct sysfs_buffer {
size_t count;
loff_t pos;
char *page;
const struct sysfs_ops *ops;
struct mutex mutex;