VFS: Remove writeback_control->fs_private
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sun, 22 Jul 2007 23:27:46 +0000 (19:27 -0400)
committerTrond 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

index b4af6bc..a111d3d 100644 (file)
@@ -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() */
 };
 
 /*