kern/153948: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Thu Jan 13 13:10:10 UTC 2011


The following reply was made to PR kern/153948; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: kern/153948: commit references a PR
Date: Thu, 13 Jan 2011 13:04:55 +0000 (UTC)

 Author: jhb
 Date: Thu Jan 13 13:04:49 2011
 New Revision: 217349
 URL: http://svn.freebsd.org/changeset/base/217349
 
 Log:
   Forgot to remove unlock of the driver lock from age_start_locked() when
   converting it to a locked variant.
   
   PR:		kern/153948
 
 Modified:
   head/sys/dev/age/if_age.c
 
 Modified: head/sys/dev/age/if_age.c
 ==============================================================================
 --- head/sys/dev/age/if_age.c	Thu Jan 13 12:26:39 2011	(r217348)
 +++ head/sys/dev/age/if_age.c	Thu Jan 13 13:04:49 2011	(r217349)
 @@ -1760,8 +1760,6 @@ age_start_locked(struct ifnet *ifp)
  		/* Set a timeout in case the chip goes out to lunch. */
  		sc->age_watchdog_timer = AGE_TX_TIMEOUT;
  	}
 -
 -	AGE_UNLOCK(sc);
  }
  
  static void
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-bugs mailing list