cvs commit: src/sys/kern vfs_subr.c

Christian S.J. Peron csjp at FreeBSD.org
Sun Aug 24 20:16:56 UTC 2008


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


More information about the cvs-all mailing list