mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
tmpfs: allow shared file lookups
Tested by: pho
This commit is contained in:
parent
e82241aa78
commit
12e2a30ef9
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ tmpfs_mount(struct mount *mp)
|
|||
|
||||
MNT_ILOCK(mp);
|
||||
mp->mnt_flag |= MNT_LOCAL;
|
||||
mp->mnt_kern_flag |= MNTK_SUSPENDABLE;
|
||||
mp->mnt_kern_flag |= MNTK_LOOKUP_SHARED | MNTK_SUSPENDABLE;
|
||||
MNT_IUNLOCK(mp);
|
||||
|
||||
mp->mnt_data = tmp;
|
||||
|
|
|
|||
Loading…
Reference in a new issue