projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
494bed8
)
sysfs: remove unused sysfs_buffer->pos
author
Tejun Heo
<tj@kernel.org>
Tue, 1 Oct 2013 21:41:55 +0000
(17:41 -0400)
committer
Pawel 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
patch
|
blob
|
history
diff --git
a/fs/sysfs/file.c
b/fs/sysfs/file.c
index
1656a79
..
81e3f72
100644
(file)
--- 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;