Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107061406
D30070.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D30070.diff
View Options
diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c
--- a/sys/vm/swap_pager.c
+++ b/sys/vm/swap_pager.c
@@ -436,13 +436,13 @@
struct pagerops swappagerops = {
.pgo_init = swap_pager_init, /* early system initialization of pager */
- .pgo_alloc = swap_pager_alloc, /* allocate an OBJT_SWAP object */
- .pgo_dealloc = swap_pager_dealloc, /* deallocate an OBJT_SWAP object */
- .pgo_getpages = swap_pager_getpages, /* pagein */
- .pgo_getpages_async = swap_pager_getpages_async, /* pagein (async) */
- .pgo_putpages = swap_pager_putpages, /* pageout */
- .pgo_haspage = swap_pager_haspage, /* get backing store status for page */
- .pgo_pageunswapped = swap_pager_unswapped, /* remove swap related to page */
+ .pgo_alloc = swap_pager_alloc, /* allocate an OBJT_SWAP object */
+ .pgo_dealloc = swap_pager_dealloc, /* deallocate an OBJT_SWAP object */
+ .pgo_getpages = swap_pager_getpages, /* pagein */
+ .pgo_getpages_async = swap_pager_getpages_async, /* pagein (async) */
+ .pgo_putpages = swap_pager_putpages, /* pageout */
+ .pgo_haspage = swap_pager_haspage, /* get backing store status for page */
+ .pgo_pageunswapped = swap_pager_unswapped, /* remove swap related to page */
.pgo_update_writecount = swap_pager_update_writecount,
.pgo_release_writecount = swap_pager_release_writecount,
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 10, 12:16 PM (9 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15742544
Default Alt Text
D30070.diff (1 KB)
Attached To
Mode
D30070: vm: streamline uses of OBJT_SWAP and tmpfs swap objects
Attached
Detach File
Event Timeline
Log In to Comment