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 10:54:47 -0700 |
commit | 89e51dab7cb026193714f2858dbce203c98ecdec (patch) | |
tree | f67485818045e1185f4942179ce2e0b392a97a6f /fs/sysfs/file.c | |
parent | 250f7c3fee52b71457b4aa2cafadbd9f8b320b31 (diff) | |
download | op-kernel-dev-89e51dab7cb026193714f2858dbce203c98ecdec.zip op-kernel-dev-89e51dab7cb026193714f2858dbce203c98ecdec.tar.gz |
sysfs: remove unused sysfs_buffer->pos
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/sysfs/file.c')
-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 1656a79..81e3f72 100644 --- a/fs/sysfs/file.c +++ b/fs/sysfs/file.c @@ -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; |