Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102758326
D37092.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
513 B
Referenced Files
None
Subscribers
None
D37092.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D37092: LinuxKPI: add a no-op generic_file_llseek()
Attached
Detach File
Event Timeline
Log In to Comment