Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967120AbWKYTRf (ORCPT ); Sat, 25 Nov 2006 14:17:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S967142AbWKYTRP (ORCPT ); Sat, 25 Nov 2006 14:17:15 -0500 Received: from mailout.stusta.mhn.de ([141.84.69.5]:3341 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S967137AbWKYTRE (ORCPT ); Sat, 25 Nov 2006 14:17:04 -0500 Date: Sat, 25 Nov 2006 20:17:07 +0100 From: Adrian Bunk To: Andrew Morton Cc: linux-kernel@vger.kernel.org, Josef Jeff Sipek , Michael Halcrow Subject: [-mm patch] fs/stack.c should #include Message-ID: <20061125191707.GK3702@stusta.de> References: <20061123021703.8550e37e.akpm@osdl.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061123021703.8550e37e.akpm@osdl.org> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 674 Lines: 19 Every file should #include the headers containing the prototypes for its global functions. Signed-off-by: Adrian Bunk --- linux-2.6.19-rc6-mm1/fs/stack.c.old 2006-11-25 00:34:03.000000000 +0100 +++ linux-2.6.19-rc6-mm1/fs/stack.c 2006-11-25 00:34:34.000000000 +0100 @@ -1,5 +1,6 @@ #include #include +#include /* does _NOT_ require i_mutex to be held. * - 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/