[JFFS2] Better fix for all-zero node headers
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>
Sat, 10 Mar 2007 16:08:44 +0000 (17:08 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Wed, 25 Apr 2007 03:13:06 +0000 (04:13 +0100)
No need to check for all-zero header since the header cannot
be zero due to other checks.

Replace the all-zero header check in readinode.c with a
check for the magic word.

Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>

No differences found