Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157321004
D45386.id139155.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
959 B
Referenced Files
None
Subscribers
None
D45386.id139155.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/linux/gfp.h b/sys/compat/linuxkpi/common/include/linux/gfp.h
--- a/sys/compat/linuxkpi/common/include/linux/gfp.h
+++ b/sys/compat/linuxkpi/common/include/linux/gfp.h
@@ -89,15 +89,15 @@
*
* NOTE: This function only works for pages allocated by the kernel.
*/
-extern void *linux_page_address(struct page *);
+void *linux_page_address(struct page *);
#define page_address(page) linux_page_address(page)
/*
* Page management for unmapped pages:
*/
-extern struct page *linux_alloc_pages(gfp_t flags, unsigned int order);
-extern void linux_free_pages(struct page *page, unsigned int order);
+struct page *linux_alloc_pages(gfp_t flags, unsigned int order);
+void linux_free_pages(struct page *page, unsigned int order);
void *linuxkpi_page_frag_alloc(struct page_frag_cache *, size_t, gfp_t);
void linuxkpi_page_frag_free(void *);
void linuxkpi__page_frag_cache_drain(struct page *, size_t);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 21, 7:49 AM (5 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33380350
Default Alt Text
D45386.id139155.diff (959 B)
Attached To
Mode
D45386: LinuxKPI: remove extern from function declarations
Attached
Detach File
Event Timeline
Log In to Comment