Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103224830
D36108.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
584 B
Referenced Files
None
Subscribers
None
D36108.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/linux/slab.h b/sys/compat/linuxkpi/common/include/linux/slab.h
--- a/sys/compat/linuxkpi/common/include/linux/slab.h
+++ b/sys/compat/linuxkpi/common/include/linux/slab.h
@@ -67,6 +67,7 @@
#define kmem_cache_zalloc(...) lkpi_kmem_cache_zalloc(__VA_ARGS__)
#define kmem_cache_free(...) lkpi_kmem_cache_free(__VA_ARGS__)
#define kmem_cache_destroy(...) linux_kmem_cache_destroy(__VA_ARGS__)
+#define kmem_cache_shrink(x) (0)
#define KMEM_CACHE(__struct, flags) \
linux_kmem_cache_create(#__struct, sizeof(struct __struct), \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 9:59 AM (8 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14797030
Default Alt Text
D36108.diff (584 B)
Attached To
Mode
D36108: linuxkpi: Add stub kmem_cache_shrink
Attached
Detach File
Event Timeline
Log In to Comment