Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764671AbXFFLeS (ORCPT ); Wed, 6 Jun 2007 07:34:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761673AbXFFLeE (ORCPT ); Wed, 6 Jun 2007 07:34:04 -0400 Received: from lazybastard.de ([212.112.238.170]:48646 "EHLO longford.lazybastard.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754831AbXFFLeB (ORCPT ); Wed, 6 Jun 2007 07:34:01 -0400 Date: Wed, 6 Jun 2007 13:29:01 +0200 From: =?utf-8?B?SsO2cm4=?= Engel To: Paulo Marques Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, akpm@osdl.org, Sam Ravnborg , John Stoffel , David Woodhouse , Jamie Lokier , Artem Bityutskiy , CaT , Jan Engelhardt , Evgeniy Polyakov , David Weinehall , Arnd Bergmann , Willy Tarreau , Kyle Moffett , Dongjun Shin , Pavel Machek , Bill Davidsen , Thomas Gleixner , Albert Cahalan , Pekka Enberg , Roland Dreier , Ondrej Zajicek , Ulisses Furquim Subject: Re: [Patch 05/18] fs/logfs/logfs.h Message-ID: <20070606112901.GA3764@lazybastard.org> References: <20070603183845.GA8952@lazybastard.org> <20070603184303.GF8952@lazybastard.org> <46669A89.3010500@grupopie.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <46669A89.3010500@grupopie.com> User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1110 Lines: 39 On Wed, 6 June 2007 12:29:13 +0100, Paulo Marques wrote: > Jörn Engel wrote: > >--- /dev/null 2007-03-13 19:15:28.862769062 +0100 > >+++ linux-2.6.21logfs/fs/logfs/logfs.h 2007-06-03 > >19:34:07.000000000 +0200 > >@@ -0,0 +1,398 @@ > >+/* > >+ * fs/logfs/logfs.h > >+ * > >+ * As should be obvious for Linux kernel code, license is GPLv2 > >+ * > >+ * Copyright (c) 2005-2007 Joern Engel > >+ * > >+ * Private header for logfs. > >+ */ > >+#ifndef fs_logfs_logfs_h > >+#define fs_logfs_logfs_h > >+ > >+#define __CHECK_ENDIAN__ > >+ > >+ > >+#include > >+#include > >+#include > > Including kallsyms.h is not really needed in this header file, is it? Another piece of historic cruft to remove. Thanks for spotting. Jörn -- Joern's library part 5: http://www.faqs.org/faqs/compression-faq/part2/section-9.html - 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/