Skip to content

Commit

Permalink
VFS: Remove writeback_control->fs_private
Browse files Browse the repository at this point in the history
The only user of this field was NFS.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Oct 9, 2007
1 parent f758c88 commit 90e9a3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/writeback.h
Original file line number Diff line number Diff line change
Expand Up @@ -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() */
};

/*
Expand Down

0 comments on commit 90e9a3f

Please sign in to comment.