svn commit: r306512 - in head/sys: kern sys

Konstantin Belousov kostikbel at gmail.com
Fri Aug 25 22:37:58 UTC 2017


On Fri, Aug 25, 2017 at 02:29:28PM -0700, Bryan Drewery wrote:
> https://people.freebsd.org/~bdrewery/patches/vdrop-global-list.diff
I do not object against his handling.

There is really very small amount of code shared between mp != NULL
and mp == NULL cases, you may consider making them use separate paths
instead of adding more than one check for mp != NULL.

VNASSERT() statement has wrong indent on the continuation line.


More information about the svn-src-head mailing list