From: Tejun Heo Date: Tue, 1 Oct 2013 21:41:55 +0000 (-0400) Subject: sysfs: remove unused sysfs_buffer->pos X-Git-Tag: v3.13-rc1~172^2~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89e51dab7cb026193714f2858dbce203c98ecdec;p=thirdparty%2Fkernel%2Flinux.git sysfs: remove unused sysfs_buffer->pos Signed-off-by: Tejun Heo Signed-off-by: Greg Kroah-Hartman --- diff --git a/fs/sysfs/file.c b/fs/sysfs/file.c index 1656a79ea6c0d..81e3f727833f4 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;