Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107170320
D20690.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
720 B
Referenced Files
None
Subscribers
None
D20690.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
@@ -749,6 +749,7 @@
* Linux btrfs clone operation
*/
#define LINUX_BTRFS_IOC_CLONE 0x9409 /* 0x40049409 */
+#define LINUX_FS_IOC_FIEMAP 0x660b
/*
* Linux evdev ioctl min and max
Index: head/sys/compat/linux/linux_ioctl.c
===================================================================
--- head/sys/compat/linux/linux_ioctl.c
+++ head/sys/compat/linux/linux_ioctl.c
@@ -3593,6 +3593,7 @@
switch (args->cmd & 0xffff) {
case LINUX_BTRFS_IOC_CLONE:
+ case LINUX_FS_IOC_FIEMAP:
return (ENOTSUP);
default:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 12, 4:58 AM (19 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15761443
Default Alt Text
D20690.diff (720 B)
Attached To
Mode
D20690: Silently ignore FS_IOC_FIEMAP
Attached
Detach File
Event Timeline
Log In to Comment