projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f758c88
)
VFS: Remove writeback_control->fs_private
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Sun, 22 Jul 2007 23:27:46 +0000
(19:27 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 9 Oct 2007 21:15:16 +0000
(17:15 -0400)
The only user of this field was NFS.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/writeback.h
patch
|
blob
|
history
diff --git
a/include/linux/writeback.h
b/include/linux/writeback.h
index b4af6bcb7b7aa26a67b3358598826f166e16e553..a111d3de2a57a104735c13e492cea1d781a683a0 100644
(file)
--- a/
include/linux/writeback.h
+++ b/
include/linux/writeback.h
@@
-61,8
+61,6
@@
struct writeback_control {
unsigned for_reclaim:1; /* Invoked from the page allocator */
unsigned for_writepages:1; /* This is a writepages() call */
unsigned range_cyclic:1; /* range_start is cyclic */
-
- void *fs_private; /* For use by ->writepages() */
};
/*