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

Fix automount for root filesystems #9384

Merged
merged 1 commit into from
Oct 4, 2019
Merged

Commits on Sep 30, 2019

  1. Fix automount for root filesystems

    Commit 093bb64 resolved an automount failures for chroot'd processes
    but inadvertently broke automounting for root filesystems where the
    vfs_mntpoint is NULL.  Resolve the issue by checking for NULL in order
    to generate the correct path.
    
    Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
    Issue openzfs#9381
    behlendorf committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    d5a4951 View commit details
    Browse the repository at this point in the history