forked from luck/tmp_suning_uos_patched
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:
parent
250f7c3fee
commit
89e51dab7c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user