mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Revert r273630 as the panic was fixed by r274619
The panic was caused by TRIM requests run against file based vdevs as write requests. PR: 191573 Sponsored by: Multiplay
This commit is contained in:
parent
a559adfbce
commit
7d0c9ddcc3
1 changed files with 0 additions and 2 deletions
|
|
@ -4,8 +4,6 @@
|
|||
dir=`dirname $0`
|
||||
. ${dir}/../../misc.sh
|
||||
|
||||
[ "${os}" = "FreeBSD" ] && die "panics FreeBSD; see bug # 191573"
|
||||
|
||||
echo "1..54"
|
||||
|
||||
files_create 8
|
||||
|
|
|
|||
Loading…
Reference in a new issue