https://github.com/torvalds/linux
Revision f5fb09fa3392ad43fbcfc2f4580752f383ab5996 authored by Andries Brouwer on 27 August 2006, 08:23:42 UTC, committed by Linus Torvalds on 27 August 2006, 18:01:30 UTC
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>
1 parent fb8d81e
History
Tip revision: f5fb09fa3392ad43fbcfc2f4580752f383ab5996 authored by Andries Brouwer on 27 August 2006, 08:23:42 UTC
[PATCH] Fix for minix crash
Tip revision: f5fb09f
File Mode Size
CREDITS -rw-r--r-- 7.2 KB
URB.txt -rw-r--r-- 9.4 KB
acm.txt -rw-r--r-- 5.4 KB
auerswald.txt -rw-r--r-- 932 bytes
dma.txt -rw-r--r-- 4.9 KB
ehci.txt -rw-r--r-- 9.6 KB
error-codes.txt -rw-r--r-- 6.0 KB
gadget_serial.txt -rw-r--r-- 12.3 KB
hiddev.txt -rw-r--r-- 8.9 KB
hotplug.txt -rw-r--r-- 6.3 KB
linux.inf -rw-r--r-- 6.2 KB
mtouchusb.txt -rw-r--r-- 2.8 KB
ohci.txt -rw-r--r-- 1.5 KB
proc_usb_info.txt -rw-r--r-- 14.5 KB
rio.txt -rw-r--r-- 4.3 KB
uhci.txt -rw-r--r-- 7.2 KB
usb-help.txt -rw-r--r-- 607 bytes
usb-serial.txt -rw-r--r-- 17.8 KB
usbmon.txt -rw-r--r-- 6.7 KB

back to top