io_uring/notif: add constant for ubuf_info flags
authorPavel Begunkov <asml.silence@gmail.com>
Sat, 15 Apr 2023 13:20:08 +0000 (14:20 +0100)
committerJens Axboe <axboe@kernel.dk>
Sat, 15 Apr 2023 20:21:04 +0000 (14:21 -0600)
commit519760df251bf2dcafb0af23df0229096537e78a
tree65266bd1ad592fa294ead877ba049643c8c5646c
parentd581076b6a85c6f8308a4ba2bdcd82651f5183df
io_uring/notif: add constant for ubuf_info flags

Add a constant IO_NOTIF_UBUF_FLAGS for struct ubuf_info flags that
notifications use. That should minimise merge conflicts for planned
changes touching both io_uring and net at the same time.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/notif.c
io_uring/notif.h