Page MenuHomeFreeBSD

D49069.id152300.diff
No OneTemporary

D49069.id152300.diff

diff --git a/sys/compat/linuxkpi/common/include/linux/fs.h b/sys/compat/linuxkpi/common/include/linux/fs.h
--- a/sys/compat/linuxkpi/common/include/linux/fs.h
+++ b/sys/compat/linuxkpi/common/include/linux/fs.h
@@ -150,6 +150,11 @@
* an illegal seek error
*/
off_t (*llseek)(struct linux_file *, off_t, int);
+/*
+ * Not supported in FreeBSD. That's ok, we never call it and it allows some
+ * drivers like DRM drivers to compile without changes.
+ */
+ void (*show_fdinfo)(struct seq_file *, struct file *);
#if 0
/* We do not support these methods. Don't permit them to compile. */
loff_t (*llseek)(struct file *, loff_t, int);

File Metadata

Mime Type
text/plain
Expires
Fri, Jul 24, 3:35 AM (16 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35321916
Default Alt Text
D49069.id152300.diff (643 B)

Event Timeline