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 /fs/cifs | |
parent | 188f83dfe0eeecd1427d0d255cc97dbf7ef6b4b7 (diff) | |
download | op-kernel-dev-4cb50dc2eaeddb0bc20bc4cd108c4fec99f5045a.zip op-kernel-dev-4cb50dc2eaeddb0bc20bc4cd108c4fec99f5045a.tar.gz |
[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>
Diffstat (limited to 'fs/cifs')
-rw-r--r-- | fs/cifs/file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cifs/file.c b/fs/cifs/file.c index ddb012a..976a691 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> |