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

virtio/fs/linux: announce submounts #219

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

slp
Copy link
Contributor

@slp slp commented Sep 11, 2024

To avoid st.st_ino collisions, rely in the previously introduced support for FUSE submounts and announce them when parent st_dev != inode st_dev, or parent mnt_id != inode mnt_id.

@slp slp force-pushed the virtiofs-linux-submounts branch from d55a0d4 to cd65123 Compare September 12, 2024 01:26
@slp slp marked this pull request as ready for review September 12, 2024 01:26
@slp
Copy link
Contributor Author

slp commented Sep 12, 2024

@asahilina could you please confirm this fixes the issue you were seeing in #204 ?

To avoid st.st_ino collisions, rely in the previously introduced support
for FUSE submounts and announce them when parent st_dev != inode st_dev,
or parent mnt_id != inode mnt_id.

Signed-off-by: Sergio Lopez <[email protected]>
@slp slp force-pushed the virtiofs-linux-submounts branch from cd65123 to f6e2246 Compare September 26, 2024 09:15
@slp slp merged commit 240ea96 into containers:main Sep 26, 2024
5 checks passed
@slp slp deleted the virtiofs-linux-submounts branch September 26, 2024 09:19
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.

1 participant