mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
tmpfs: allow recurse as that does happen when using unionfs
This commit is contained in:
parent
8dcdc32e49
commit
8a02142c3e
1 changed files with 1 additions and 1 deletions
|
|
@ -979,7 +979,7 @@ loop:
|
|||
}
|
||||
vs = vget_prep(vp);
|
||||
TMPFS_NODE_UNLOCK(node);
|
||||
error = vget_finish(vp, lkflag, vs);
|
||||
error = vget_finish(vp, lkflag | LK_CANRECURSE, vs);
|
||||
if (error == ENOENT) {
|
||||
TMPFS_NODE_LOCK(node);
|
||||
goto loop;
|
||||
|
|
|
|||
Loading…
Reference in a new issue