Page MenuHomeFreeBSD

D34260.1789684312.diff
No OneTemporary

Size
372 B
Referenced Files
None
Subscribers
None

D34260.1789684312.diff

diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c
--- a/sys/dev/md/md.c
+++ b/sys/dev/md/md.c
@@ -646,6 +646,8 @@
case BIO_WRITE:
case BIO_DELETE:
break;
+ case BIO_FLUSH:
+ return (0);
default:
return (EOPNOTSUPP);
}
@@ -1026,6 +1028,8 @@
case BIO_WRITE:
case BIO_DELETE:
break;
+ case BIO_FLUSH:
+ return (0);
default:
return (EOPNOTSUPP);
}

File Metadata

Mime Type
text/plain
Expires
Thu, Sep 17, 10:31 PM (3 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29740993
Default Alt Text
D34260.1789684312.diff (372 B)

Event Timeline