Chris Wilson writes:
authorEric Andersen <andersen@codepoet.org>
Thu, 6 May 2004 09:54:36 +0000 (09:54 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 6 May 2004 09:54:36 +0000 (09:54 -0000)
commit32daaa2b2f83f60584bf50173be6f31728ba62c6
tree9cf0866723d3592ecfaa36911950218466539abb
parent6fb11d57cf6f02bf4e9186d3264b86122b7dd52c
Chris Wilson writes:

i Erik,

I think I found a small bug in your cramfs patch, which I guess you ported
from mkfs.jffs2.c. Therefore this bug might apply to mkfs.jffs2.c as well.

When searching for a file (or device node) to create in a subdirectory,
mkcramfs doesn't remove the parent's path component which it's already
matched. This prevents the sought node from ever being found if it lives
in a subdirectory.
sources/cramfs.patch