aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2021-06-22 18:41:38 -0600
committerJens Axboe <axboe@kernel.dk>2021-06-22 18:41:38 -0600
commit839c5d8ec7397f4804e08151d1a5b89cf8b223d2 (patch)
treefb1204d7bc5e51783b3128857372e2fb6db13373
parentf652f3c91806bd6efb10cb8e8a68bfbe58843e98 (diff)
downloadliburing-839c5d8ec7397f4804e08151d1a5b89cf8b223d2.tar.gz
Revert "io_uring.h: add mknodat opcode"
This reverts commit a36f3e8b8060dbe7fe1bfa8501b9286f7d3b5a64.
-rw-r--r--src/include/liburing/io_uring.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/liburing/io_uring.h b/src/include/liburing/io_uring.h
index 77cd8f1..e4a4fc4 100644
--- a/src/include/liburing/io_uring.h
+++ b/src/include/liburing/io_uring.h
@@ -49,7 +49,6 @@ struct io_uring_sqe {
__u32 rename_flags;
__u32 unlink_flags;
__u32 hardlink_flags;
- __u32 mknod_dev;
};
__u64 user_data; /* data to be passed back at completion time */
union {
@@ -146,7 +145,6 @@ enum {
IORING_OP_MKDIRAT,
IORING_OP_SYMLINKAT,
IORING_OP_LINKAT,
- IORING_OP_MKNODAT,
/* this goes last, obviously */
IORING_OP_LAST,