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

Set the correct fsType for erofs when prefetching through the file list #299

Merged
merged 1 commit into from
Aug 28, 2024

Commits on Aug 21, 2024

  1. Set the correct fsType for erofs when prefetching through the file list

    When prefetching using the file list, the default fsType is ext4, even if
    the file system on the virtual block device is actually erofs. This sets
    the correct fsType based on the file system type present on the virtual block
    device.
    
    Signed-off-by: Hongzhen Luo <[email protected]>
    salvete committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b72e203 View commit details
    Browse the repository at this point in the history