summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2013-10-01 17:41:55 -0400
committerPawel Osmialowski <p.osmialowsk@mcdsrvbld02.digital.local>2015-03-27 14:37:23 +0100
commit1ba87e2bdfff76807fb3ed11bbfc6e8b9ba6bcaf (patch)
tree62f0072a519e004d436f12099189ecf86b1a2fde /fs
parentd6e681f1dcca43011c9c3525c9247627549207e0 (diff)
downloadlinux-3.10-1ba87e2bdfff76807fb3ed11bbfc6e8b9ba6bcaf.tar.gz
linux-3.10-1ba87e2bdfff76807fb3ed11bbfc6e8b9ba6bcaf.tar.bz2
linux-3.10-1ba87e2bdfff76807fb3ed11bbfc6e8b9ba6bcaf.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')
-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 1656a79ea6c..81e3f727833 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;