aboutsummaryrefslogtreecommitdiff
path: root/include/linux/writeback.h
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2007-07-22 19:27:46 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2007-10-09 17:15:16 -0400
commit90e9a3f9b0a14198a8ae5a0a5c13ad30f0b8b40d (patch)
tree7d7a39b929bc07c7a339d316df654858829e7cce /include/linux/writeback.h
parentf758c885199611504ff681e3ba66c410b4e9e995 (diff)
VFS: Remove writeback_control->fs_private
The only user of this field was NFS. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/writeback.h')
-rw-r--r--include/linux/writeback.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/writeback.h b/include/linux/writeback.h
index b4af6bcb7b7..a111d3de2a5 100644
--- 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() */
};
/*