mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Don't set IN_CHANGE and IN_UPDATE on inodes for potentially suspended
file systems. This could cause deadlocks when creating snapshots. Reviewed by: jeff
This commit is contained in:
parent
9f32232447
commit
a695d54404
1 changed files with 0 additions and 1 deletions
|
|
@ -422,7 +422,6 @@ notfound:
|
|||
enduseful = slotoffset + slotsize;
|
||||
}
|
||||
dp->i_endoff = roundup2(enduseful, DIRBLKSIZ);
|
||||
dp->i_flag |= IN_CHANGE | IN_UPDATE;
|
||||
/*
|
||||
* We return with the directory locked, so that
|
||||
* the parameters we set up above will still be
|
||||
|
|
|
|||
Loading…
Reference in a new issue