Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 2008 20:16:44 +0000 (UTC)
From:      "Christian S.J. Peron" <csjp@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:  <200808242016.m7OKGrkF052749@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
csjp        2008-08-24 20:16:44 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
  SVN rev 182120 on 2008-08-24 20:16:44Z by csjp
  
  Remove worrying printf warning on bootup when processing vnodes which
  have NULL mount-points.  This is the case for special vnodes, such as the
  one used in nameiinit() which is used for crossing mount points in lookup()
  to avoid  lock ordering issues.
  
  MFC after:      2 weeks
  Discussed with: rwatson, kib
  
  Revision  Changes    Path
  1.737     +1 -1      src/sys/kern/vfs_subr.c



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