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 <linux/crc32.h> > >+#include <linux/fs.h> > >+#include <linux/kallsyms.h> > > 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-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html