svn commit: r311283 - head/sys/cam/ctl

Edward Tomasz Napierała trasz at FreeBSD.org
Thu Jan 5 08:45:54 UTC 2017


Dnia 04.01.2017 o godz. 16:38 Ryan Stone <rysto32 at gmail.com> napisał(a):

>> On Wed, Jan 4, 2017 at 7:50 AM, Edward Tomasz Napierala <trasz at freebsd.org> wrote:
>> +       refcount_release(&cs->cs_outstanding_ctl_pdus);
> 
> Shouldn't the return value of refcount_release() be checked?

Not in this case.  The destruction of  cfumass sessions is always done in one specific place; everywhere else we don't care whether the reference was the last one or not.



More information about the svn-src-all mailing list