summaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2020-03-11 14:45:46 +0100
committerJens Axboe <axboe@kernel.dk>2020-03-11 14:45:46 +0100
commitbbbdeb4720a0759ec90e3bcb20ad28d19e531346 (patch)
tree8e99ee2daac5e6abf3e5e9a05a2e230c464efcad /include/uapi
parentio_uring: io_uring_enter(2) don't poll while SETUP_IOPOLL|SETUP_SQPOLL enabled (diff)
downloadlinux-bbbdeb4720a0759ec90e3bcb20ad28d19e531346.tar.xz
linux-bbbdeb4720a0759ec90e3bcb20ad28d19e531346.zip
io_uring: dual license io_uring.h uapi header
This just syncs the header it with the liburing version, so there's no confusion on the license of the header parts. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/io_uring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/io_uring.h b/include/uapi/linux/io_uring.h
index cef4c0c0f26b..6d9d2b1cc523 100644
--- a/include/uapi/linux/io_uring.h
+++ b/include/uapi/linux/io_uring.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note OR MIT */
/*
* Header file for the io_uring interface.
*