Browse Source

sysfs: remove unused sysfs_buffer->pos

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Tejun Heo 11 years ago
parent
commit
89e51dab7c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      fs/sysfs/file.c

+ 0 - 1
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;