Bug 119604

Summary: [kernel] [patch] remove superfluous line in sys/kern/subr_autoconf.c
Product: Base System Reporter: Antoine Brodin <antoine.brodin>
Component: kernAssignee: Antoine Brodin <antoine>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 8.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
subr_autoconf.c.diff none

Description Antoine Brodin 2008-01-12 17:00:00 UTC
There is a superfluous line in sys/kern/subr_autoconf.c:run_interrupt_driven_config_hooks
The "next_entry = TAILQ_NEXT(hook_entry, ich_links);" is not necessary
since TAILQ_FOREACH_SAFE is used.
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2008-02-10 19:15:29 UTC
Responsible Changed
From-To: freebsd-bugs->antoine

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-02-15 21:54:27 UTC
antoine     2008-02-15 21:54:21 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_autoconf.c 
  Log:
  Remove a superfluous line in run_interrupt_driven_config_hooks(),
  next_entry is already initialized during TAILQ_FOREACH_SAFE().
  
  PR:             kern/119604
  Approved by:    rwatson (mentor)
  MFC after:      1 month
  
  Revision  Changes    Path
  1.24      +0 -1      src/sys/kern/subr_autoconf.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Antoine Brodin freebsd_committer freebsd_triage 2008-02-15 22:04:53 UTC
State Changed
From-To: open->patched

Patched in revision 1.24 of srs/sys/kern/subr_autoconf.c
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-03-17 18:57:16 UTC
antoine     2008-03-17 18:57:07 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/kern             subr_autoconf.c 
  Log:
  MFC to RELENG_7
    Remove a superfluous line in run_interrupt_driven_config_hooks(),
    next_entry is already initialized during TAILQ_FOREACH_SAFE().
  
    PR:             kern/119604
    Approved by:    rwatson (mentor)
    MFC after:      1 month
  
  Revision  Changes    Path
  1.23.2.1  +0 -1      src/sys/kern/subr_autoconf.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Antoine Brodin freebsd_committer freebsd_triage 2008-03-17 19:00:25 UTC
State Changed
From-To: patched->closed

Close: committed in HEAD and RELENG_7.