Commit 90e9a3f9 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

VFS: Remove writeback_control->fs_private



The only user of this field was NFS.

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent f758c885
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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() */
};

/*