Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148210826
D23763.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
428 B
Referenced Files
None
Subscribers
None
D23763.diff
View Options
Index: head/sys/vm/swap_pager.c
===================================================================
--- head/sys/vm/swap_pager.c
+++ head/sys/vm/swap_pager.c
@@ -1464,7 +1464,7 @@
/* Get a block of swap of size up to size n. */
VM_OBJECT_WLOCK(object);
- blk = swp_pager_getswapspace(&n, 4);
+ blk = swp_pager_getswapspace(&n, 1);
if (blk == SWAPBLK_NONE) {
VM_OBJECT_WUNLOCK(object);
mtx_lock(&swbuf_mtx);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 17, 1:05 PM (2 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29789424
Default Alt Text
D23763.diff (428 B)
Attached To
Mode
D23763: Allow swap_pager_putpages() to allocate one block at a time.
Attached
Detach File
Event Timeline
Log In to Comment