Skip to content

Commit eaf958b

Browse files
gburdwkozaczuk
authored andcommitted
docs: fix BIO_DISCARD value in block-discard.md (0x20 -> 0x80)
1 parent 1e3d841 commit eaf958b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/block-discard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A `BIO_DISCARD` command was added to the bio layer
1212
(`include/osv/bio.h`):
1313

1414
```c
15-
#define BIO_DISCARD 0x20 /* Space reclamation (TRIM) */
15+
#define BIO_DISCARD 0x80 /* Space reclamation (TRIM) */
1616
```
1717
1818
A bio carrying `BIO_DISCARD` describes a byte range

0 commit comments

Comments
 (0)