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! {
686686 /// See also [`IoringRecvFlags::FIXED_BUF`].
687687 const FIXED_BUF = sys:: IORING_RECVSEND_FIXED_BUF as _;
688688
689- /// `IORING_SEND_ZC_REPORT_USAGE`
689+ /// `IORING_SEND_ZC_REPORT_USAGE` (since Linux 6.2)
690690 const ZC_REPORT_USAGE = sys:: IORING_SEND_ZC_REPORT_USAGE as _;
691691 }
692692}
@@ -765,7 +765,7 @@ pub const fn io_uring_register_files_skip() -> BorrowedFd<'static> {
765765 unsafe { BorrowedFd :: < ' static > :: borrow_raw ( files_skip) }
766766}
767767
768- /// `IORING_NOTIF_USAGE_ZC_COPIED`
768+ /// `IORING_NOTIF_USAGE_ZC_COPIED` (since Linux 6.2)
769769pub const IORING_NOTIF_USAGE_ZC_COPIED : i32 = sys:: IORING_NOTIF_USAGE_ZC_COPIED as _ ;
770770
771771/// A pointer in the io_uring API.
You can’t perform that action at this time.
0 commit comments