Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2008 20:43:42 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern vfs_cache.c
Message-ID:  <200812232043.mBNKhulk035003@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcus      2008-12-23 20:43:42 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_cache.c 
  Log:
  SVN rev 186458 on 2008-12-23 20:43:42Z by marcus
  
  Do not KASSERT when vp->v_dd is NULL.  Only directories which have had ".."
  looked up would have v_dd set to a non-NULL value.  This fixes a panic
  seen when running installworld on a diskless system with a separate /usr
  file system.
  
  Submitted by:   cracauer
  Approved by:    kib
  
  Revision  Changes    Path
  1.131     +1 -1      src/sys/kern/vfs_cache.c



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