]> 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)
committerStefan Roese <sr@denx.de>
Wed, 23 Sep 2009 13:58:05 +0000 (15:58 +0200)
commit9d7952e4c636b8c99289a44dbe28c6f93c43b9f7
treee74ed14a35bf0f7ed648e79e5b01618d453a4f3f
parent3b6a9267f0de7b85d387fa4123d0b58379363447
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