[PATCH 01/14] sysfs: remove unused sysfs_buffer->pos

From: Tejun Heo
Date: Sat Sep 28 2013 - 17:50:51 EST


Signed-off-by: Tejun Heo <tj@xxxxxxxxxx>
---
fs/sysfs/file.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/fs/sysfs/file.c b/fs/sysfs/file.c
index 1656a79..81e3f72 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;
--
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/