fs: Implement links to directories
So far links can only point to files. Implement links to
directories. With this all kinds of links are supported:

- relative links
- absolute links
- links including ".."
- link loops (are detected, return -EMLINK)

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 7f01c05 commit a602bebcf7e42eb8933f224c12cad1c9320e28a1
@Sascha Hauer Sascha Hauer authored on 9 May 2017
Showing 3 changed files
View
commands/readlink.c
View
fs/fs.c
View
include/fs.h