From: Trond Myklebust Date: Sun, 22 Jul 2007 23:27:46 +0000 (-0400) Subject: VFS: Remove writeback_control->fs_private X-Git-Tag: v2.6.24-rc1~1285^2~127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90e9a3f9b0a14198a8ae5a0a5c13ad30f0b8b40d;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git VFS: Remove writeback_control->fs_private The only user of this field was NFS. Signed-off-by: Trond Myklebust --- diff --git a/include/linux/writeback.h b/include/linux/writeback.h index b4af6bc..a111d3d 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() */ }; /*