X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=io_uring%2Fnotif.h;h=4ae696273c781a125c20a3e5f03ad4b9ae84b17e;hb=refs%2Fheads%2Ftizen-6.1.y;hp=5b4d710c8ca541bcb572dcef330ac16adec19d34;hpb=706eacadd5c5cc13510ba69eea2917c2ce5ffa99;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/io_uring/notif.h b/io_uring/notif.h index 5b4d710..4ae6962 100644 --- a/io_uring/notif.h +++ b/io_uring/notif.h @@ -13,6 +13,9 @@ struct io_notif_data { struct file *file; struct ubuf_info uarg; unsigned long account_pages; + bool zc_report; + bool zc_used; + bool zc_copied; }; void io_notif_flush(struct io_kiocb *notif);