Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lofs: remove of a symlink should use
lstat
A symlink can be dangling, which means that `stat` will return `ENOENT`. When removing we want to remove the symlink itself so `lstat` is appropriate. Signed-off-by: David Scott <dave.scott@unikernel.com>
- Loading branch information