diff --git a/sys/sys/bio.h b/sys/sys/bio.h index e23c2f845e6c..be4f4cd6c073 100644 --- a/sys/sys/bio.h +++ b/sys/sys/bio.h @@ -68,13 +68,13 @@ #define BIO_TRANSIENT_MAPPING 0x20 #define BIO_VLIST 0x40 #define BIO_SWAP 0x200 /* Swap-related I/O */ - -#define PRINT_BIO_FLAGS "\20\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 */ +#define PRINT_BIO_FLAGS "\20\20speedup_trim\17speedup_write\12swap\7vlist\6transient_mapping\5unmapped" \ + "\4ordered\3onqueue\2done\1error" + + #ifdef _KERNEL struct disk; struct bio;