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
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 521 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.4 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 71.0 KB
Makefile -rw-r--r-- 46.5 KB
README -rw-r--r-- 16.2 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top