On Mon, 1 Nov 2010, Tracey Dent wrote: > Adding files to yaffs2 directory. > > Signed-off-by: Tracey Dent <tdent48227@xxxxxxxxx> > --- > drivers/staging/yaffs2/yaffs_guts.c | 5544 +++++++++++++++++++++++++++++++++++ > drivers/staging/yaffs2/yaffs_guts.h | 969 ++++++ > 2 files changed, 6513 insertions(+), 0 deletions(-) > create mode 100644 drivers/staging/yaffs2/yaffs_guts.c > create mode 100644 drivers/staging/yaffs2/yaffs_guts.h > > diff --git a/drivers/staging/yaffs2/yaffs_guts.c b/drivers/staging/yaffs2/yaffs_guts.c > new file mode 100644 > index 0000000..eea828a > --- /dev/null > +++ b/drivers/staging/yaffs2/yaffs_guts.c > @@ -0,0 +1,5544 @@ > +/* > + * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. > + * > + * Copyright (C) 2002-2010 Aleph One Ltd. > + * for Toby Churchill Ltd and Brightstar Engineering > + * > + * Created by Charles Manning <charles@xxxxxxxxxxxx> > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as > + * published by the Free Software Foundation. > + */ > + > +#include "yportenv.h" > +#include "yaffs_trace.h" > + > +#include "yaffs_guts.h" > +#include "yaffs_tagsvalidity.h" > +#include "yaffs_getblockinfo.h" > + > +#include "yaffs_tagscompat.h" > + > +#include "yaffs_nand.h" ^--- here > + > +#include "yaffs_yaffs1.h" > +#include "yaffs_yaffs2.h" > +#include "yaffs_bitmap.h" > +#include "yaffs_verify.h" > + > +#include "yaffs_nand.h" ^--- and here duplicate inclusion of "yaffs_nand.h" header. -- Jesper Juhl <jj@xxxxxxxxxxxxx> http://www.chaosbits.net/ Plain text mails only, please http://www.expita.com/nomime.html Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.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