diff options
author | Tejun Heo <tj@kernel.org> | 2013-10-01 17:41:55 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-05 13:54:47 -0400 |
commit | 89e51dab7cb026193714f2858dbce203c98ecdec (patch) | |
tree | f67485818045e1185f4942179ce2e0b392a97a6f | |
parent | 250f7c3fee52b71457b4aa2cafadbd9f8b320b31 (diff) |
sysfs: remove unused sysfs_buffer->pos
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | fs/sysfs/file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/sysfs/file.c b/fs/sysfs/file.c index 1656a79ea6c0..81e3f727833f 100644 --- a/fs/sysfs/file.c +++ b/fs/sysfs/file.c | |||
@@ -44,7 +44,6 @@ struct sysfs_open_dirent { | |||
44 | 44 | ||
45 | struct sysfs_buffer { | 45 | struct sysfs_buffer { |
46 | size_t count; | 46 | size_t count; |
47 | loff_t pos; | ||
48 | char *page; | 47 | char *page; |
49 | const struct sysfs_ops *ops; | 48 | const struct sysfs_ops *ops; |
50 | struct mutex mutex; | 49 | struct mutex mutex; |