Home
last modified time | relevance | path

Searched hist:d39a0d2c8413b33a5cd29466c1f6c4bda022ee58 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/fs/cramfs/
H A Dcramfs.cd39a0d2c8413b33a5cd29466c1f6c4bda022ee58 Wed Apr 12 20:29:17 UTC 2017 Tyler Hall <tylerwhall@gmail.com> cramfs: basic symlink support

Handle symlinks to files in the current directory. Other cases could be
handled with additional code, but this is a start.

Add explicit errors for absolute paths and links found in the middle of
a path (directories). Other cases like '..' or '.' will result with the
file not being found as when those path components are explicitly
provided.

Add a helper to decompress a null-terminated link name which is shared
with cramfs_list_inode.

Signed-off-by: Tyler Hall <tylerwhall@gmail.com>