Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jul 2008 11:46:42 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_subr.c
Message-ID:  <200807271146.m6RBkpTh084590@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2008-07-27 11:46:42 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
  SVN rev 180843 on 2008-07-27 11:46:42Z by pjd
  
  - Move vp test for beeing NULL under IGNORE_LOCK().
  - Check if panicstr isn't set, if it is ignore the lock. This helps to avoid
    confusion, because lockmgr is a no-op when panicstr isn't NULL, so
    asserting anything at this point doesn't make sense and can just race with
    other panic.
  
  Discussed with: kib
  
  Revision  Changes    Path
  1.734     +7 -10     src/sys/kern/vfs_subr.c



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