Page MenuHomeFreeBSD

D26511.id77298.diff
No OneTemporary

D26511.id77298.diff

Index: sys/ufs/ffs/ffs_vfsops.c
===================================================================
--- sys/ufs/ffs/ffs_vfsops.c
+++ sys/ufs/ffs/ffs_vfsops.c
@@ -2582,6 +2582,7 @@
error != EOPNOTSUPP) {
bp->b_error = error;
bp->b_ioflags |= BIO_ERROR;
+ bp->b_flags &= ~B_BARRIER;
bufdone(bp);
return;
}
@@ -2594,6 +2595,7 @@
if (error != 0 && error != EOPNOTSUPP) {
bp->b_error = error;
bp->b_ioflags |= BIO_ERROR;
+ bp->b_flags &= ~B_BARRIER;
bufdone(bp);
return;
}

File Metadata

Mime Type
text/plain
Expires
Sun, Jun 28, 1:09 AM (10 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34421135
Default Alt Text
D26511.id77298.diff (555 B)

Event Timeline