Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-23 | rbtree: avoid redefining offsetof | Mike Frysinger | |
Newer versions of gcc will define & export offsetof, so we don't want to unconditionally define it. Otherwise we hit: In file included from mkfs.jffs2.c:76:0: rbtree.h:134:0: warning: "offsetof" redefined /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.1/include/stddef.h:411:0: note: this is the location of the previous definition Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | |||
2007-12-14 | mkfs.jffs2.c: use rbtrees for hardlink tracking | David Woodhouse | |
I just couldn't live with myself. Signed-off-by: David Woodhouse <dwmw2@infradead.org> |