ext2 and cramfs don't seem to do modules right

Jeff Dike (jdike@karaya.com)
Sat, 01 Jan 2000 23:57:25 -0500


With ext2, a #ifdef MODULE was lost around the unregister_filesystem call. Unfortunately, the unregister_filesystem definition is inside a #ifdef CONFIG_MODULES.

With cramfs, I don't think it matters too much, given the nature of the filesystem, but I though I'd mention it.

I did a quick check of all the others and they look ok.

Jeff

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