Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147783408
D27050.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
917 B
Referenced Files
None
Subscribers
None
D27050.diff
View Options
Index: head/sys/compat/linux/linux_ioctl.h
===================================================================
--- head/sys/compat/linux/linux_ioctl.h
+++ head/sys/compat/linux/linux_ioctl.h
@@ -707,6 +707,11 @@
#define LINUX_IOCTL_VIDEO2_MIN LINUX_VIDIOC_QUERYCAP
#define LINUX_IOCTL_VIDEO2_MAX LINUX_VIDIOC_UNSUBSCRIBE_EVENT
+#define LINUX_F2FS_IOC_GET_FEATURES 0xf50c /* 0x8004f50c */
+
+#define LINUX_IOCTL_F2FS_MIN 0xf500
+#define LINUX_IOCTL_F2FS_MAX LINUX_F2FS_IOC_GET_FEATURES
+
/*
* Our libusb(8) calls emulated within linux(4).
*/
Index: head/sys/compat/linux/linux_ioctl.c
===================================================================
--- head/sys/compat/linux/linux_ioctl.c
+++ head/sys/compat/linux/linux_ioctl.c
@@ -3631,6 +3631,7 @@
switch (args->cmd & 0xffff) {
case LINUX_BTRFS_IOC_CLONE:
+ case LINUX_F2FS_IOC_GET_FEATURES:
case LINUX_FS_IOC_FIEMAP:
return (ENOTSUP);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 14, 3:18 PM (4 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29671704
Default Alt Text
D27050.diff (917 B)
Attached To
Mode
D27050: linux(4): Quiesce unrecognized ioctl warning for F2FS query
Attached
Detach File
Event Timeline
Log In to Comment