From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Josef 'Jeff' Sipek" Subject: [PATCH 09/35] fs/stack.c should #include Date: Mon, 4 Dec 2006 07:30:42 -0500 Message-ID: <11652354694161-git-send-email-jsipek@cs.sunysb.edu> References: <1165235468365-git-send-email-jsipek@cs.sunysb.edu> Cc: torvalds@osdl.org, akpm@osdl.org, hch@infradead.org, viro@ftp.linux.org.uk, linux-fsdevel@vger.kernel.org, mhalcrow@us.ibm.com, Adrian Bunk Return-path: Received: from filer.fsl.cs.sunysb.edu ([130.245.126.2]:25311 "EHLO filer.fsl.cs.sunysb.edu") by vger.kernel.org with ESMTP id S936375AbWLDMg5 (ORCPT ); Mon, 4 Dec 2006 07:36:57 -0500 To: linux-kernel@vger.kernel.org In-Reply-To: <1165235468365-git-send-email-jsipek@cs.sunysb.edu> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org From: Adrian Bunk Every file should #include the headers containing the prototypes for its global functions. Signed-off-by: Adrian Bunk Acked-by: Josef Sipek Signed-off-by: Andrew Morton --- fs/stack.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/stack.c b/fs/stack.c index 03987f2..8ffb880 100644 --- a/fs/stack.c +++ b/fs/stack.c @@ -1,5 +1,6 @@ #include #include +#include /* does _NOT_ require i_mutex to be held. * -- 1.4.3.3