Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 2009 14:48:36 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet6 nd6.c
Message-ID:  <200911121448.nACEmwCY068632@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ume         2009-11-12 14:48:36 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet6         nd6.c 
  Log:
  SVN rev 199225 on 2009-11-12 14:48:36Z by ume
  
  - We are not guaranteed that we're not dropping a reference that
    we did not add.  Call LLE_REMREF() only when callout_stop()
    actually canceled a pending callout.
  - callout_reset() may cancel a pending callout.  When
    callout_reset() canceled a pending callout, call LLE_REMREF()
    to drop a reference for the canceled callout.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.129     +10 -11    src/sys/netinet6/nd6.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911121448.nACEmwCY068632>