Page MenuHomeFreeBSD

D37092.diff
No OneTemporary

D37092.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
@@ -306,6 +306,12 @@
return (no_llseek(file, offset, whence));
}
+static inline loff_t
+generic_file_llseek(struct file *file, loff_t offset, int whence)
+{
+ return (no_llseek(file, offset, whence));
+}
+
static inline loff_t
noop_llseek(struct linux_file *file, loff_t offset, int whence)
{

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 17, 6:29 PM (22 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14683176
Default Alt Text
D37092.diff (513 B)

Event Timeline