svn commit: r298244 - head/sbin/dumpon

Pedro Giffuni pfg at FreeBSD.org
Tue Apr 19 11:26:14 UTC 2016



On 04/19/16 01:54, Steven Hartland wrote:
>
> On 19/04/2016 06:01, Marcelo Araujo wrote:
>>
>>
>> 2016-04-19 12:58 GMT+08:00 Pedro Giffuni <pfg at freebsd.org
>> <mailto:pfg at freebsd.org>>:
>>
>>
>>
>>     On 04/18/16 23:28, Marcelo Araujo wrote:
>>
>>         Author: araujo
>>         Date: Tue Apr 19 04:28:25 2016
>>         New Revision: 298244
>>         URL: https://svnweb.freebsd.org/changeset/base/298244
>>
>>         Log:
>>           Use nitems() instead of sizeof(name) / sizeof(*name).
>>
>>           MFC after:    2 weeks.
>>
>>
>>     FWIW, while I see why it makes sense to make these cosmetic
>>     changes, it's probably too much to MFC them.
>>
>>     At least I have no plans to merge the ones I've made since
>>     they are non-functional.
>>
>>     Pedro.
>>
>>
>> I was thinking to MFC it at once(less work)! As now I'm
>> checking/committing one by one.
>>
> Also not MFC'ing is likely to make it much harder to MFC other
> functional changes in the same area, so if they are easy then I'd say do
> it :)
>

That's fine. It's a personal choice.

I just don't think many people will be reading the code for dumpon,
and if they do they should probably read current anyways ;).

Pedro.


More information about the svn-src-head mailing list