ioprio: move user space relevant ioprio bits to UAPI includes
authorOliver Hartkopp <socketcan@hartkopp.net>
Wed, 14 Jul 2021 19:56:55 +0000 (21:56 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 2 Aug 2021 19:37:27 +0000 (13:37 -0600)
commit06447ae5e33bfbc5a777cc06d9854a31f3912833
tree2ee27a71278f67f46525a2468d02aab48d7488c8
parentc500bee1c5b2f1d59b1081ac879d73268ab0ff17
ioprio: move user space relevant ioprio bits to UAPI includes

systemd added a modified copy of include/linux/ioprio.h into its
code to get the relevant content definitions for the exposed
ioprio_[get|set] system calls.

Move the user space relevant ioprio bits to the UAPI includes to be
able to use the ioprio_[get|set] syscalls as intended.

Cc: Kay Sievers <kay@vrfy.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: linux-block@vger.kernel.org
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
Link: https://lore.kernel.org/r/20210714195655.181943-1-socketcan@hartkopp.net
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/ioprio.h
include/uapi/linux/ioprio.h [new file with mode: 0644]