[PATCH] BLOCK: Remove no-longer necessary linux/mpage.h inclusions [try #6]

Remove inclusions of linux/mpage.h that are no longer necessary due to the
transfer of generic_writepages().

Signed-Off-By: David Howells <dhowells@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
David Howells 2006-08-29 19:06:27 +01:00 committed by Jens Axboe
parent 188f83dfe0
commit 4cb50dc2ea
2 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@
#include <linux/backing-dev.h> #include <linux/backing-dev.h>
#include <linux/stat.h> #include <linux/stat.h>
#include <linux/fcntl.h> #include <linux/fcntl.h>
#include <linux/mpage.h>
#include <linux/pagemap.h> #include <linux/pagemap.h>
#include <linux/pagevec.h> #include <linux/pagevec.h>
#include <linux/smp_lock.h> #include <linux/smp_lock.h>

View File

@ -51,7 +51,6 @@
#include <linux/mm.h> #include <linux/mm.h>
#include <linux/pagemap.h> #include <linux/pagemap.h>
#include <linux/file.h> #include <linux/file.h>
#include <linux/mpage.h>
#include <linux/writeback.h> #include <linux/writeback.h>
#include <linux/sunrpc/clnt.h> #include <linux/sunrpc/clnt.h>