Skip to content
Snippets Groups Projects
Commit ef37c683 authored by Simon Kagstrom's avatar Simon Kagstrom Committed by Stefan Roese
Browse files

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: default avatarSimon Kagstrom <simon.kagstrom@netinsight.net>
Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent 984f10ba
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment