zfs: set MNTK_EXTENDED_SHARED flag
Discussed with: kib MFC after: 20 days
This commit is contained in:
parent
f8abf4a1e4
commit
88c8884a71
@ -1135,6 +1135,7 @@ zfs_domount(vfs_t *vfsp, char *osname)
|
||||
vfsp->mnt_kern_flag |= MNTK_MPSAFE;
|
||||
vfsp->mnt_kern_flag |= MNTK_LOOKUP_SHARED;
|
||||
vfsp->mnt_kern_flag |= MNTK_SHARED_WRITES;
|
||||
vfsp->mnt_kern_flag |= MNTK_EXTENDED_SHARED;
|
||||
|
||||
/*
|
||||
* The fsid is 64 bits, composed of an 8-bit fs type, which
|
||||
|
Loading…
Reference in New Issue
Block a user