Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149279900
D49017.1789811309.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
372 B
Referenced Files
None
Subscribers
None
D49017.1789811309.diff
View Options
Index: sys/vm/vm_object.c
===================================================================
--- sys/vm/vm_object.c
+++ sys/vm/vm_object.c
@@ -1703,7 +1703,6 @@
*/
vm_page_iter_init(&pages, backing_object);
for (p = vm_page_iter_lookup_ge(&pages, 0); p != NULL; p = next) {
- next = TAILQ_NEXT(p, listq);
new_pindex = p->pindex - backing_offset_index;
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Sep 19, 9:48 AM (4 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29777004
Default Alt Text
D49017.1789811309.diff (372 B)
Attached To
Mode
D49017: vm_object: drop pointless assignment
Attached
Detach File
Event Timeline
Log In to Comment