| commit | 03aab182eb71443c3461f42f2984f8d5c2ff67a9 | [log] [tgz] |
|---|---|---|
| author | Jens Axboe <[email protected]> | Mon Oct 21 08:26:34 2024 -0600 |
| committer | Jens Axboe <[email protected]> | Mon Oct 21 08:26:34 2024 -0600 |
| tree | ea563116cd65ca2cfb390b278298ce7b38fea7e5 | |
| parent | 01b9255806be89ca9001a268c6efbb179c80504e [diff] |
configure: fix blkdev.h include for discard definition
A previous commit added compat support for this, but it's outputting
to the wrong file for the case where just blkdev.h is needed.
Fixes: 906a45673123 ("Add io_uring_prep_cmd_discard")
Signed-off-by: Jens Axboe <[email protected]>