diff options
author | Steven Hartland <smh@FreeBSD.org> | 2014-11-17 11:35:30 +0000 |
---|---|---|
committer | Steven Hartland <smh@FreeBSD.org> | 2014-11-17 11:35:30 +0000 |
commit | 7d0c9ddcc34c441a02af0b2cce4ecdaabf7ede38 (patch) | |
tree | 53eaf91c681cdcb8edd9af1797f1655e03d208c0 /tools/regression/zfs | |
parent | a559adfbce7b52ac4bbbbf517c4e5f37c1bbd26b (diff) |
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
Notes
Notes:
svn path=/head/; revision=274620
Diffstat (limited to 'tools/regression/zfs')
-rw-r--r-- | tools/regression/zfs/zpool/add/files.t | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/regression/zfs/zpool/add/files.t b/tools/regression/zfs/zpool/add/files.t index 9f57f31d691d..59014aafd912 100644 --- a/tools/regression/zfs/zpool/add/files.t +++ b/tools/regression/zfs/zpool/add/files.t @@ -4,8 +4,6 @@ dir=`dirname $0` . ${dir}/../../misc.sh -[ "${os}" = "FreeBSD" ] && die "panics FreeBSD; see bug # 191573" - echo "1..54" files_create 8 |