mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
In addition to r264077, tell GEOM that we do support BIO_DELETE now.
This commit is contained in:
parent
f601272298
commit
a96fefe042
1 changed files with 3 additions and 0 deletions
|
|
@ -2440,6 +2440,9 @@ zvol_geom_start(struct bio *bp)
|
|||
zvol_strategy(bp);
|
||||
break;
|
||||
case BIO_GETATTR:
|
||||
if (g_handleattr_int(bp, "GEOM::candelete", 1))
|
||||
return;
|
||||
/* FALLTHROUGH */
|
||||
default:
|
||||
g_io_deliver(bp, EOPNOTSUPP);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue