Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

squashfs: implement a way to read the target of symlinks #203

Merged
merged 2 commits into from
Dec 22, 2023

Conversation

ncw
Copy link
Contributor

@ncw ncw commented Dec 21, 2023

This implements a way to read the target of symlinks as discussed in #200

It is divided into two parts, the first a bit of refactoring, then the second the implementation of the new method.

ncw added 2 commits December 21, 2023 18:49


This moves the auxillary methods UID(),GID() and Xattr() onto the
directoryEntry directly and makes the FileStat a type alias for a
pointer to a directory entry.

This enables more methods to be added to the directory entry easily.
@ncw ncw changed the title fix directory entry methods Implement a way to read the target of symlinks Dec 21, 2023
@ncw ncw changed the title Implement a way to read the target of symlinks squashfs: implement a way to read the target of symlinks Dec 21, 2023
@deitch deitch merged commit 07630e2 into diskfs:master Dec 22, 2023
19 checks passed
@ncw ncw deleted the fix-directory-entry-methods branch December 23, 2023 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants