Searched hist:ef37c6835eac66206a9c7c11f0c7186f5d64bf91 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | ubifs.c | ef37c6835eac66206a9c7c11f0c7186f5d64bf91 Fri Sep 25 12:05:57 UTC 2009 Simon Kagstrom <simon.kagstrom@netinsight.net> ubifs: Correct dereferencing of files-after-symlinks
Files in directories which are symlinked to were not dereferenced correctly in last commit. E.g., with a symlink
/boot/lnk -> /boot/real_dir
loading
/boot/lnk/uImage
will fail. This patch fixes that by simply seeing to it that the target base directory has a slash after it.
Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net> Signed-off-by: Stefan Roese <sr@denx.de>
|