From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030240AbWHYOuu (ORCPT ); Fri, 25 Aug 2006 10:50:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030212AbWHYOuJ (ORCPT ); Fri, 25 Aug 2006 10:50:09 -0400 Received: from mx1.redhat.com ([66.187.233.31]:38017 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S1030230AbWHYOuD (ORCPT ); Fri, 25 Aug 2006 10:50:03 -0400 From: David Howells Subject: [PATCH 16/18] [PATCH] BLOCK: Remove no-longer necessary linux/mpage.h inclusions [try #3] Date: Fri, 25 Aug 2006 15:49:51 +0100 To: axboe@kernel.dk Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, dhowells@redhat.com Message-Id: <20060825144951.30722.57397.stgit@warthog.cambridge.redhat.com> In-Reply-To: <20060825144916.30722.90944.stgit@warthog.cambridge.redhat.com> References: <20060825144916.30722.90944.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 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