Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109513808
D38146.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
457 B
Referenced Files
None
Subscribers
None
D38146.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/linux/mm.h b/sys/compat/linuxkpi/common/include/linux/mm.h
--- a/sys/compat/linuxkpi/common/include/linux/mm.h
+++ b/sys/compat/linuxkpi/common/include/linux/mm.h
@@ -348,6 +348,11 @@
void vma_set_file(struct vm_area_struct *vma, struct linux_file *file);
+static inline void
+might_alloc(gfp_t gfp_mask __unused)
+{
+}
+
#define is_cow_mapping(flags) (false)
#endif /* _LINUXKPI_LINUX_MM_H_ */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 7, 1:58 AM (20 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16504458
Default Alt Text
D38146.diff (457 B)
Attached To
Mode
D38146: linuxkpi: Define `might_alloc()` as a no-op
Attached
Detach File
Event Timeline
Log In to Comment