sysfs: remove unused sysfs_buffer->pos
authorTejun Heo <tj@kernel.org>
Tue, 1 Oct 2013 21:41:55 +0000 (17:41 -0400)
committerPawel Osmialowski <p.osmialowsk@mcdsrvbld02.digital.local>
Fri, 27 Mar 2015 17:13:09 +0000 (18:13 +0100)
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/sysfs/file.c

index 1656a79..81e3f72 100644 (file)
@@ -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;