Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965216AbWH2SGg (ORCPT ); Tue, 29 Aug 2006 14:06:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965219AbWH2SGf (ORCPT ); Tue, 29 Aug 2006 14:06:35 -0400 Received: from mx1.redhat.com ([66.187.233.31]:51172 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S965217AbWH2SGa (ORCPT ); Tue, 29 Aug 2006 14:06:30 -0400 From: David Howells Subject: [PATCH 16/19] BLOCK: Remove no-longer necessary linux/mpage.h inclusions [try #6] Date: Tue, 29 Aug 2006 19:06:27 +0100 To: axboe@kernel.dk Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, dhowells@redhat.com Message-Id: <20060829180627.32596.31153.stgit@warthog.cambridge.redhat.com> In-Reply-To: <20060829180552.32596.15290.stgit@warthog.cambridge.redhat.com> References: <20060829180552.32596.15290.stgit@warthog.cambridge.redhat.com> Content-Type: text/plain; charset=utf-8; format=fixed Content-Transfer-Encoding: 8bit User-Agent: StGIT/0.10 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1230 Lines: 41 From: David Howells Remove inclusions of linux/mpage.h that are no longer necessary due to the transfer of generic_writepages(). Signed-Off-By: David Howells --- fs/cifs/file.c | 1 - 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 944d2b9..8488f27 100644 --- a/fs/cifs/file.c +++ b/fs/cifs/file.c @@ -24,7 +24,6 @@ #include #include #include #include -#include #include #include #include diff --git a/fs/nfs/write.c b/fs/nfs/write.c index 5077499..18b248e 100644 --- a/fs/nfs/write.c +++ b/fs/nfs/write.c @@ -51,7 +51,6 @@ #include #include #include #include -#include #include #include - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/