block: add ioprio_check_cap function
authorAdam Manzanares <[email protected]>
Tue, 22 May 2018 17:52:17 +0000 (10:52 -0700)
committerAl Viro <[email protected]>
Thu, 31 May 2018 14:50:54 +0000 (10:50 -0400)
commitaa43457799f715d76cb77342baab0615877e2b8a
treedf9115b36ef602d0550e9c2626b5c53a705425ac
parent1da92779e2e8f309d5aecbbed346e7f812b174e8
block: add ioprio_check_cap function

Aio per command iopriority support introduces a second interface between
userland and the kernel capable of passing iopriority. The aio interface also
needs the ability to verify that the submitting context has sufficient
privileges to submit IOPRIO_RT commands. This patch creates the
ioprio_check_cap function to be used by the ioprio_set system call and also by
the aio interface.

Signed-off-by: Adam Manzanares <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Reviewed-by: Jeff Moyer <[email protected]>
Signed-off-by: Al Viro <[email protected]>
block/ioprio.c
include/linux/ioprio.h