Page MenuHomeFreeBSD

address late reviewer concerns about helper functions patch
AbandonedPublic

Authored by dougm on Oct 21 2018, 6:01 PM.
Tags
None
Referenced Files
F172611121: D17639.diff
Sat, Sep 19, 4:35 PM
Unknown Object (File)
Wed, Sep 16, 7:11 PM
Unknown Object (File)
Fri, Sep 11, 11:12 AM
Unknown Object (File)
Thu, Sep 10, 10:00 PM
Unknown Object (File)
Sun, Sep 6, 4:01 PM
Unknown Object (File)
Sat, Sep 5, 11:35 PM
Unknown Object (File)
Sat, Sep 5, 3:34 PM
Unknown Object (File)
Sat, Sep 5, 2:54 PM
Subscribers
None

Details

Reviewers
alc
kib
markj
Summary

Make style and formatting changes recommended in a late review of D17610: Use helper functions to reduce code duplication in merging vm_entry neighbors

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

sys/vm/vm_map.c
1647

vm_map_simplify_test() so that people only see this function as a helper to vm_map_simplify_entry().

1663

vm_map_simplify_deallocate()

Add 'simplify' to 'neighbor' function names.

The concerns that this change would address will be addressed elsewhere.

So what is going on with these corrections ?

In D17639#379371, @kib wrote:

So what is going on with these corrections ?

D17635 Avoid duplicate set_max_free after unlink
will address them, once D14005 is committed.
Unless something else comes up.