On Tue, Dec 22, 2015 at 02:29:36PM -0800, NGie Cooper wrote:
> 
> > On Dec 22, 2015, at 13:17, John Baldwin <j...@freebsd.org> wrote:
> > 
> > On Tuesday, December 22, 2015 09:07:33 PM Garrett Cooper wrote:
> 
> …
> 
> > It shouldn't be zero, I think == 1 would be best actually.
> 
> I’ll boot up GENERIC and see whether or not it works with == 1.
> Thanks :)!

Any value other than in 1 is a bug. The value of 0 means the destination
is not used, although it clearly is. Since the counter is signed,
sufficiently big amount of users can actually make it negative, although
that's an unrealistic for now.

TL;DR please change it to equality check against 1.

-- 
Mateusz Guzik <mjguzik gmail.com>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to