Commit 89e51dab authored by Tejun Heo's avatar Tejun Heo Committed by Greg Kroah-Hartman

sysfs: remove unused sysfs_buffer->pos

Signed-off-by: default avatarTejun Heo <tj@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 250f7c3f
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment