kib         2006-12-20 09:22:32 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_bio.c 
  Log:
  In rev. 1.514, iodone on async buffer may happen before code checks the
  vnode v_flag. For cluster buffers this would result in dereferencing NULL
  b_vp. To prevent the panic, cache relevant vnode flag before calling
  bstrategy.
  
  Reported by:    Peter Holm, kris
  Tested by:      Peter Holm
  Reviewed by: tegge
  Pointy hat to:  kib
  
  Revision  Changes    Path
  1.515     +9 -2      src/sys/kern/vfs_bio.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to