Revision 5ca1b0dd016701f67994414a2af50dec6efcf103 authored by Brian Norris on 17 March 2015, 19:30:32 UTC, committed by Rob Herring on 19 March 2015, 13:39:44 UTC
There were regressions seen with commit 106937e8ccdc ("of: fix handling
of '/' in options for of_find_node_by_path()"), where we couldn't handle
extra '/' before the ':'. Let's test for this now.

Confirmed that this test fails without the previous patch and passes
when patched. All other tests pass.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Acked-by: Leif Lindholm <leif.lindholm@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
1 parent d7c1460
History
File Mode Size
Kconfig -rw-r--r-- 2.7 KB
Makefile -rw-r--r-- 322 bytes
acl.c -rw-r--r-- 8.9 KB
acl.h -rw-r--r-- 1.2 KB
checkpoint.c -rw-r--r-- 27.6 KB
data.c -rw-r--r-- 29.1 KB
debug.c -rw-r--r-- 12.6 KB
dir.c -rw-r--r-- 18.9 KB
f2fs.h -rw-r--r-- 51.3 KB
file.c -rw-r--r-- 25.7 KB
gc.c -rw-r--r-- 18.0 KB
gc.h -rw-r--r-- 3.0 KB
hash.c -rw-r--r-- 2.1 KB
inline.c -rw-r--r-- 12.2 KB
inode.c -rw-r--r-- 9.7 KB
namei.c -rw-r--r-- 17.2 KB
node.c -rw-r--r-- 49.5 KB
node.h -rw-r--r-- 11.2 KB
recovery.c -rw-r--r-- 13.6 KB
segment.c -rw-r--r-- 58.9 KB
segment.h -rw-r--r-- 22.3 KB
super.c -rw-r--r-- 32.7 KB
trace.c -rw-r--r-- 3.4 KB
trace.h -rw-r--r-- 1.0 KB
xattr.c -rw-r--r-- 14.6 KB
xattr.h -rw-r--r-- 4.5 KB

back to top