Re: Patch (repost): cramfs memory corruption fix

David Woodhouse (dwmw2@infradead.org)
Mon, 08 Jan 2001 14:34:49 +0000


shane@agendacomputing.com said:
> While the topic is raised..., I've hacked up cramfs for linear
> addressing to kill the "double buffering" effiect. However as David
> mentions the block device support thing is an issue here. What is a
> reasonable way to allow a cramfs partition to access the device
> directly, like the patch that I wrote, and be picked up in a
> reasonable way by the init system?

So far, I just cheat. JFFS doesn't need a block device, but uses the minor#
to determine which MTD device to use. You could use the same trick.

--
dwmw2

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/