From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761946AbYDUVj6 (ORCPT ); Mon, 21 Apr 2008 17:39:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756693AbYDUVdb (ORCPT ); Mon, 21 Apr 2008 17:33:31 -0400 Received: from smtp4.pp.htv.fi ([213.243.153.38]:60520 "EHLO smtp4.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756760AbYDUVda (ORCPT ); Mon, 21 Apr 2008 17:33:30 -0400 Date: Tue, 22 Apr 2008 00:32:58 +0300 From: Adrian Bunk To: linux-kernel@vger.kernel.org Subject: [2.6 patch] mm/filemap.c should #include Message-ID: <20080421213258.GZ2633@cs181133002.pp.htv.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Every file should include the headers containing the externs for its global code (in this case for struct generic_file_vm_ops). Signed-off-by: Adrian Bunk --- This patch has been sent on: - 14 Apr 2008 - 31 Mar 2008 - 25 Feb 2008 31f02514a5fdca74a4f4f48f13d3450880b7f038 diff --git a/mm/filemap.c b/mm/filemap.c index 5c74b68..9b58ae0 100644 --- a/mm/filemap.c +++ b/mm/filemap.c @@ -34,6 +34,8 @@ #include #include /* for BUG_ON(!in_atomic()) only */ #include +#include + #include "internal.h" /*