aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2013-10-01 17:41:55 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-05 10:54:47 -0700
commit89e51dab7cb026193714f2858dbce203c98ecdec (patch)
treef67485818045e1185f4942179ce2e0b392a97a6f /fs/sysfs
parentsysfs: introduce [__]sysfs_remove() (diff)
downloadlinux-dev-89e51dab7cb026193714f2858dbce203c98ecdec.tar.xz
linux-dev-89e51dab7cb026193714f2858dbce203c98ecdec.zip
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')
-rw-r--r--fs/sysfs/file.c1
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 {
struct sysfs_buffer {
size_t count;
- loff_t pos;
char *page;
const struct sysfs_ops *ops;
struct mutex mutex;