linux/fs/minix
Andries Brouwer f5fb09fa33 [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>
2006-08-27 11:01:30 -07:00
..
Makefile
bitmap.c
dir.c
file.c
inode.c [PATCH] Fix for minix crash 2006-08-27 11:01:30 -07:00
itree_common.c
itree_v1.c
itree_v2.c
minix.h
namei.c