Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105324626
D35035.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
760 B
Referenced Files
None
Subscribers
None
D35035.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D35035: bio: Add the speedup flags to PRINT_BIO_FLAGS
Attached
Detach File
Event Timeline
Log In to Comment