diff options
author | David Howells <dhowells@redhat.com> | 2006-08-29 19:06:27 +0100 |
---|---|---|
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | 2006-09-30 20:52:30 +0200 |
commit | 4cb50dc2eaeddb0bc20bc4cd108c4fec99f5045a (patch) | |
tree | f15ede5614ff497dca3cd1342fbecfbe33c2715a | |
parent | 188f83dfe0eeecd1427d0d255cc97dbf7ef6b4b7 (diff) | |
download | blackbird-op-linux-4cb50dc2eaeddb0bc20bc4cd108c4fec99f5045a.tar.gz blackbird-op-linux-4cb50dc2eaeddb0bc20bc4cd108c4fec99f5045a.zip |
[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>
-rw-r--r-- | fs/cifs/file.c | 1 | ||||
-rw-r--r-- | fs/nfs/write.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/fs/cifs/file.c b/fs/cifs/file.c index ddb012a68023..976a691c5a68 100644 --- a/fs/cifs/file.c +++ b/fs/cifs/file.c @@ -25,7 +25,6 @@ #include <linux/backing-dev.h> #include <linux/stat.h> #include <linux/fcntl.h> -#include <linux/mpage.h> #include <linux/pagemap.h> #include <linux/pagevec.h> #include <linux/smp_lock.h> diff --git a/fs/nfs/write.c b/fs/nfs/write.c index b674462793d3..f6675d2c386c 100644 --- a/fs/nfs/write.c +++ b/fs/nfs/write.c @@ -51,7 +51,6 @@ #include <linux/mm.h> #include <linux/pagemap.h> #include <linux/file.h> -#include <linux/mpage.h> #include <linux/writeback.h> #include <linux/sunrpc/clnt.h> |