Page MenuHomeFreeBSD

D13814.diff
No OneTemporary

D13814.diff

Index: head/sys/dev/md/md.c
===================================================================
--- head/sys/dev/md/md.c
+++ head/sys/dev/md/md.c
@@ -1392,7 +1392,7 @@
* set the FWRITE mask before trying to open the backing store.
*/
flags = FREAD | ((mdio->md_options & MD_READONLY) ? 0 : FWRITE) \
- | ((mdio->md_options & MD_VERIFY) ? 0 : O_VERIFY);
+ | ((mdio->md_options & MD_VERIFY) ? O_VERIFY : 0);
NDINIT(&nd, LOOKUP, FOLLOW, UIO_SYSSPACE, sc->file, td);
error = vn_open(&nd, &flags, 0, NULL);
if (error != 0)

File Metadata

Mime Type
text/plain
Expires
Tue, Apr 21, 4:58 PM (12 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31879601
Default Alt Text
D13814.diff (540 B)

Event Timeline