kib         2008-02-26 12:16:35 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vnode_if.src 
  Log:
  Do not assert any locks for VOP_PRINT. In particular, do not assert that
  the vnode interlock is not held. vn_printf() already correctly handles
  locked and unlocked vnode interlocks, and all the in-tree vop_print
  methods are interlock-agnostic.
  
  Some code calls vprintf() with the vnode interlock held, that causes
  unjustified panics with INVARIANTS (ffs_syncvnode() as example).
  
  Reported by:    Peter Holm
  
  Revision  Changes    Path
  1.90      +1 -1      src/sys/kern/vnode_if.src
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to