Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758838AbYFBRMp (ORCPT ); Mon, 2 Jun 2008 13:12:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754229AbYFBRLS (ORCPT ); Mon, 2 Jun 2008 13:11:18 -0400 Received: from styx.suse.cz ([82.119.242.94]:55201 "EHLO mail.suse.cz" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753725AbYFBRLP (ORCPT ); Mon, 2 Jun 2008 13:11:15 -0400 From: Jan Kara To: Andrew Morton Cc: LKML , Jan Kara Subject: [PATCH] ext2: Add explicit include of into super.c Date: Mon, 2 Jun 2008 19:11:09 +0200 Message-Id: <12124266723968-git-send-email-jack@suse.cz> X-Mailer: git-send-email 1.5.2.4 In-Reply-To: <12124266722979-git-send-email-jack@suse.cz> References: y <12124266712214-git-send-email-jack@suse.cz> <12124266711334-git-send-email-jack@suse.cz> <12124266712838-git-send-email-jack@suse.cz> <12124266722979-git-send-email-jack@suse.cz> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 811 Lines: 28 We need definitions from quota.h and so far we depended on fs.h to include this file for us. This will be no longer true. Signed-off-by: Jan Kara --- fs/ext2/super.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/ext2/super.c b/fs/ext2/super.c index ef50cbc..609df85 100644 --- a/fs/ext2/super.c +++ b/fs/ext2/super.c @@ -31,6 +31,7 @@ #include #include #include +#include #include #include "ext2.h" #include "xattr.h" -- 1.5.2.4 -- 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/