Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163534969
D57285.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
344 B
Referenced Files
None
Subscribers
None
D57285.diff
View Options
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c
--- a/sys/compat/linux/linux_misc.c
+++ b/sys/compat/linux/linux_misc.c
@@ -3227,4 +3227,10 @@
return (0);
}
+int
+linux_io_uring_setup(struct thread *td, struct linux_io_uring_setup_args *args)
+{
+ return (EPERM);
+}
+
MODULE_DEPEND(linux, mqueuefs, 1, 1, 1);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jul 25, 5:49 AM (13 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35147992
Default Alt Text
D57285.diff (344 B)
Attached To
Mode
D57285: linux: stub io_uring_setup.
Attached
Detach File
Event Timeline
Log In to Comment