Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F165104335
D58297.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
558 B
Referenced Files
None
Subscribers
None
D58297.diff
View Options
diff --git a/sys/compat/linuxkpi/common/src/linux_page.c b/sys/compat/linuxkpi/common/src/linux_page.c
--- a/sys/compat/linuxkpi/common/src/linux_page.c
+++ b/sys/compat/linuxkpi/common/src/linux_page.c
@@ -743,7 +743,7 @@
linuxkpi_page_frag_alloc(struct page_frag_cache *pfc,
size_t fragsz, gfp_t gfp)
{
- vm_page_t pages;
+ struct page *pages;
if (fragsz == 0)
return (NULL);
@@ -765,7 +765,7 @@
void
linuxkpi_page_frag_free(void *addr)
{
- vm_page_t page;
+ struct page *page;
page = virt_to_page(addr);
linux_free_pages(page, 0);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 7, 1:59 AM (4 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35197549
Default Alt Text
D58297.diff (558 B)
Attached To
Mode
D58297: LinuxKPI: prefer struct page [*] over struct vm_page[_t]
Attached
Detach File
Event Timeline
Log In to Comment