FreeBSD Bugzilla – Attachment 231357 Details for
Bug 255131
kernel panic using zfs on shsec
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Disabling BIO_FLUSH fixes the panic
g_shsec.c.diff (text/plain), 498 bytes, created by
nvass
on 2022-01-26 15:17:03 UTC
(
hide
)
Description:
Disabling BIO_FLUSH fixes the panic
Filename:
MIME Type:
Creator:
nvass
Created:
2022-01-26 15:17:03 UTC
Size:
498 bytes
patch
obsolete
>diff --git a/sys/geom/shsec/g_shsec.c b/sys/geom/shsec/g_shsec.c >index 65bfbc6681d..5d449fdd00c 100644 >--- a/sys/geom/shsec/g_shsec.c >+++ b/sys/geom/shsec/g_shsec.c >@@ -316,13 +316,13 @@ g_shsec_start(struct bio *bp) > switch (bp->bio_cmd) { > case BIO_READ: > case BIO_WRITE: >- case BIO_FLUSH: > case BIO_SPEEDUP: > /* > * Only those requests are supported. > */ > break; > case BIO_DELETE: >+ case BIO_FLUSH: > case BIO_GETATTR: > /* To which provider it should be delivered? */ > default:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 255131
: 231357 |
231358