-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(yaffs): fixed hardlink and symlink handling
Also added support for v1 hardlinks as v1 also supports hardlinks, though the field name is a bit different.
- Loading branch information
1 parent
a2f8540
commit 9cd1c8a
Showing
8 changed files
with
24 additions
and
11 deletions.
There are no files selected for viewing
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
tests/integration/filesystem/yaffs/__output__/links.yaffs_extract/dir/hardlink
Git LFS file not shown
1 change: 1 addition & 0 deletions
1
tests/integration/filesystem/yaffs/__output__/links.yaffs_extract/dir/symlink
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../file |
3 changes: 3 additions & 0 deletions
3
tests/integration/filesystem/yaffs/__output__/links.yaffs_extract/file
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
tests/integration/filesystem/yaffs/__output__/links.yaffs_extract/hardlink
Git LFS file not shown
1 change: 1 addition & 0 deletions
1
tests/integration/filesystem/yaffs/__output__/links.yaffs_extract/symlink
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
file |
1 change: 1 addition & 0 deletions
1
tests/integration/filesystem/yaffs/__output__/links.yaffs_extract/symlink2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dir/hardlink |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters