[Patch 05/18] fs/logfs/logfs.h
Paulo Marques
pmarques at grupopie.com
Wed Jun 6 07:29:13 EDT 2007
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?
I don't have time / knowledge to review the rest of the code, but I
always keep an eye out for kallsyms usage...
--
Paulo Marques - www.grupopie.com
"Very funny Scotty. Now beam up my clothes."
More information about the linux-mtd
mailing list