Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102988274
D32642.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
442 B
Referenced Files
None
Subscribers
None
D32642.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
@@ -245,6 +245,12 @@
return 0;
}
+static inline int
+simple_open(struct inode *inode, struct file *filp)
+{
+ return 0;
+}
+
extern unsigned int linux_iminor(struct inode *);
#define iminor(...) linux_iminor(__VA_ARGS__)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 20, 12:56 PM (19 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14738855
Default Alt Text
D32642.diff (442 B)
Attached To
Mode
D32642: LinuxKPI: add simple_open() to fs.h
Attached
Detach File
Event Timeline
Log In to Comment