File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -686,7 +686,7 @@ bitflags::bitflags! {
686
686
/// See also [`IoringRecvFlags::FIXED_BUF`].
687
687
const FIXED_BUF = sys:: IORING_RECVSEND_FIXED_BUF as _;
688
688
689
- /// `IORING_SEND_ZC_REPORT_USAGE`
689
+ /// `IORING_SEND_ZC_REPORT_USAGE` (since Linux 6.2)
690
690
const ZC_REPORT_USAGE = sys:: IORING_SEND_ZC_REPORT_USAGE as _;
691
691
}
692
692
}
@@ -765,7 +765,7 @@ pub const fn io_uring_register_files_skip() -> BorrowedFd<'static> {
765
765
unsafe { BorrowedFd :: < ' static > :: borrow_raw ( files_skip) }
766
766
}
767
767
768
- /// `IORING_NOTIF_USAGE_ZC_COPIED`
768
+ /// `IORING_NOTIF_USAGE_ZC_COPIED` (since Linux 6.2)
769
769
pub const IORING_NOTIF_USAGE_ZC_COPIED : i32 = sys:: IORING_NOTIF_USAGE_ZC_COPIED as _ ;
770
770
771
771
/// A pointer in the io_uring API.
You can’t perform that action at this time.
0 commit comments