commit | f5fb09fa3392ad43fbcfc2f4580752f383ab5996 | [log] [tgz] |
---|---|---|
author | Andries Brouwer <Andries.Brouwer@cwi.nl> | Sun Aug 27 01:23:42 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Aug 27 11:01:30 2006 -0700 |
tree | e151061443d358d484e851d2f4d4fec5e9d2eb97 | |
parent | fb8d81e47783f9198f3d6248bd4c0d16a1d5424e [diff] |
[PATCH] Fix for minix crash Mounting a (corrupt) minix filesystem with zero s_zmap_blocks gives a spectacular crash on my 2.6.17.8 system, no doubt because minix/inode.c does an unconditional minix_set_bit(0,sbi->s_zmap[0]->b_data); [akpm@osdl.org: make labels conistent while we're there] Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>