Page MenuHomeFreeBSD

D35035.diff
No OneTemporary

D35035.diff

diff --git a/sys/sys/bio.h b/sys/sys/bio.h
--- a/sys/sys/bio.h
+++ b/sys/sys/bio.h
@@ -68,12 +68,12 @@
#define BIO_TRANSIENT_MAPPING 0x20
#define BIO_VLIST 0x40
#define BIO_SWAP 0x200 /* Swap-related I/O */
+#define BIO_SPEEDUP_WRITE 0x4000 /* Resource shortage at upper layers */
+#define BIO_SPEEDUP_TRIM 0x8000 /* Resource shortage at upper layers */
-#define PRINT_BIO_FLAGS "\20\12swap\7vlist\6transient_mapping\5unmapped" \
+#define PRINT_BIO_FLAGS "\20\20speedup_trim\17speedup_write\12swap\7vlist\6transient_mapping\5unmapped" \
"\4ordered\3onqueue\2done\1error"
-#define BIO_SPEEDUP_WRITE 0x4000 /* Resource shortage at upper layers */
-#define BIO_SPEEDUP_TRIM 0x8000 /* Resource shortage at upper layers */
#ifdef _KERNEL
struct disk;

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 15, 10:40 PM (20 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15420975
Default Alt Text
D35035.diff (760 B)

Event Timeline