]> www.infradead.org Git - mtd-utils.git/commit
mkfs.jffs2: Remove Incorrect Find Optimization
authorGrant Erickson <gerickson@nuovations.com>
Fri, 13 Jun 2008 15:46:29 +0000 (01:46 +1000)
committerJosh Boyer <jwboyer@vader.jdub.homelinux.org>
Wed, 18 Jun 2008 13:07:20 +0000 (09:07 -0400)
commit1263a74aff28f969043c89d0235b332529df4a30
treee14a49507aa9339851270531e2c625070567b47e
parenta8523b2d61e2eb750447c57bff1f5fcae33ef8fc
mkfs.jffs2: Remove Incorrect Find Optimization

Remove performance optimization in find_filesystem_entry that prevented
the successful simultaneous use of --root and --devtable where the
latter is only used to fix-up permissions and ownership and to create
device nodes.

As it stood, the performance optimization prevented a successful find
where directory recursion was required or where the file being searched
for had any mode permission bits set.

See http://lists.infradead.org/pipermail/linux-mtd/2008-June/021997.html
for additional information.

Signed-off-by: Grant Erickson <gerickson@nuovations.com>
Signed-off-by: Josh Boyer <jwboyer@vader.jdub.homelinux.org>
mkfs.jffs2.c