From: Trond Myklebust Date: Sun, 22 Jul 2007 19:27:46 -0400 VFS: Remove writeback_control->fs_private The only user of this field was NFS. Signed-off-by: Trond Myklebust --- 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 4ef4d22..835cc85 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() */ }; /*