On Fri, 19 October 2007 16:04:10 -0400, Erez Zadok wrote:
> In message <[email protected]>, =?utf-8?B?SsO2cm4=?= Engel writes:
> >
> > Since when roughly? 2.6.20ish? Before?
>
> Yeah, I guess around that time. If you want, I could go back and test each
> of my backports and see if it has the lockdep message or not.
That's ok. Just wanted to get a rough idea.
> > Side note: you don't need mtdblock:
> > # cp jffs2-empty.img /tmp/foo
> > # losetup /dev/loop0 /tmp/foo
> > # modprobe block2mtd block2mtd=/dev/loop0,128ki
> > # mount -t jffs2 mtd0 /n/lower/b0
> >
> > It doesn't really hurt, 'tis just superfluous.
>
> Neat. Curious, but where does "mtd0" come from then? It's not in my /dev
> (which uses devfs on an FC6 system).
JFFS2 interprets that itself. The only reason why JFFS2 needed a block
device was to determine the minor number of the mtd underneith. So code
was added to find the correct mtd from "mtd0" or "mtd:some_name"
instead. I believe you can even disable CONFIG_BLOCK now.
And the code itself was moved to drivers/mtd/mtdsuper.c fairly recently.
Jörn
--
Joern's library part 2:
http://www.art.net/~hopkins/Don/unix-haters/tirix/embarrassing-memo.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]