diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-07-22 19:27:46 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-10-09 17:15:16 -0400 |
commit | 90e9a3f9b0a14198a8ae5a0a5c13ad30f0b8b40d (patch) | |
tree | 7d7a39b929bc07c7a339d316df654858829e7cce | |
parent | f758c885199611504ff681e3ba66c410b4e9e995 (diff) |
VFS: Remove writeback_control->fs_private
The only user of this field was NFS.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
-rw-r--r-- | include/linux/writeback.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/writeback.h b/include/linux/writeback.h index b4af6bcb7b7a..a111d3de2a57 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() */ }; /* |