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
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ struct sysfs_open_dirent {
|
||||||
|
|
||||||
struct sysfs_buffer {
|
struct sysfs_buffer {
|
||||||
size_t count;
|
size_t count;
|
||||||
loff_t pos;
|
|
||||||
char *page;
|
char *page;
|
||||||
const struct sysfs_ops *ops;
|
const struct sysfs_ops *ops;
|
||||||
struct mutex mutex;
|
struct mutex mutex;
|
||||||
|
|
Loading…
Add table
Reference in a new issue