Skip to content

Commit

Permalink
sysfs: remove unused sysfs_buffer->pos
Browse files Browse the repository at this point in the history
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Tejun Heo authored and Greg Kroah-Hartman committed Oct 5, 2013
1 parent 250f7c3 commit 89e51da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/sysfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 89e51da

Please sign in to comment.