io_uring/kbuf: rename struct io_uring_buf_reg 'pad' to'flags'
authorJens Axboe <axboe@kernel.dk>
Tue, 14 Mar 2023 17:01:45 +0000 (11:01 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 3 Apr 2023 13:14:21 +0000 (07:14 -0600)
commit81cf17cd3ab3e5441e876a8e9e9c38ae9920cecb
treedd28fc758ba1bac8608c23ac1631a16778242009
parent25a2c188a0a00b3d9f2057798aa86fe6b04377bf
io_uring/kbuf: rename struct io_uring_buf_reg 'pad' to'flags'

In preparation for allowing flags to be set for registration, rename
the padding and use it for that.

Acked-by: Helge Deller <deller@gmx.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/uapi/linux/io_uring.h
io_uring/kbuf.c