]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ubifs: Add support for looking up directory and relative symlinks
authorSimon Kagstrom <simon.kagstrom@netinsight.net>
Tue, 15 Sep 2009 07:53:29 +0000 (09:53 +0200)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:32 +0000 (09:04 -0500)
commit3998c62df0f7d74a6a888d0c2b4a6bcdd634a156
tree0cd57dd5822eda6f33d00c54bd58557539455784
parent9efeadc06f054a9486526d003aee127214155a3f
ubifs: Add support for looking up directory and relative symlinks

This patch adds support for resolving symlinks to directories as well as
relative symlinks. Symlinks are now always resolved during file lookup,
so the load stage no longer needs to special-case them.

Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
Signed-off-by: Stefan Roese <sr@denx.de>
fs/ubifs/ubifs.c