User Details
- User Since
- Feb 26 2021, 3:47 PM (206 w, 16 m)
Today
This generally looks good (and much better than D48511) except for what I stated in an inline comment (don't mess with arg2, I insist on that).
Yesterday
Please see the new inline comments. Thanks!
Wed, Feb 5
Seems Phab did not save my inline comments which consisted of only line removals and no written text. Or I messed up something, but don't know how. The diffs should be complete now.
Whoops... The first inline comment was wrong, I proposed another version.
I think this version increases slightly the already too big amount of spaghetti code in this function.
Tue, Feb 4
The approach looks generally OK to me, but please take the opportunity to move notifying the upper layers into the "post" hooks instead of the "pre" ones, under the condition that rc is effectively 0, as it seems wasted work to destroy the upper vnodes if the lower one isn't (as they are probably going to need to be reconstructed later).
Mon, Jan 27
Fri, Jan 24
Thu, Jan 23
I think it makes sense to revise this change to be conditional on VM_PHYSSEG_DENSE (and on the condition: vm_domains == 1 or PMAP_HAS_PAGE_ARRAY absent) in order to avoid disabling the anti-fragmentation mechanism on VM_PHYSSEG_SPARSE.