corruption with mtdblock
David Woodhouse
dwmw2 at infradead.org
Mon Nov 6 02:27:41 EST 2000
On Sun, 5 Nov 2000, Nicolas Pitre wrote:
> insmod mtdcore.o
> insmod mtdram.o
> insmod mtdblock.o
> mke2fs /dev/mtdblock0
> mount /dev/mtdblock0 /mnt
> cp -a /sbin /mnt/sbin
> cat /dev/mtdblock0 > /dev/null
> [BOOM! random crash...]
>
> Am I the only one to experience this?
Nope. I can reproduce it. handle_mtdblock_request is calling
end_request() when req->bh->b_end_io is NULL, even though it wasn't
like that at the beginning of handle_mtdblock_request.
Looks like the following comment is incorrect:
* The head of our request queue is considered active so there is no need
* to dequeue requests before we are done.
--
dwmw2
To unsubscribe, send "unsubscribe mtd" to majordomo at infradead.org
More information about the linux-mtd
mailing list