From: Andrew Morton Put this back - unionfs uses it. Please don't commit unreviewed VFS patches to fs-specific trees. Cc: Trond Myklebust Cc: Josef 'Jeff' Sipek Signed-off-by: Andrew Morton --- include/linux/writeback.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/linux/writeback.h~git-nfs-vs-git-unionfs include/linux/writeback.h --- a/include/linux/writeback.h~git-nfs-vs-git-unionfs +++ a/include/linux/writeback.h @@ -61,6 +61,7 @@ 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() */ }; /* _