Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2009 21:55:09 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_descrip.c
Message-ID:  <200902142155.n1ELtH4M056442@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcus      2009-02-14 21:55:09 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_descrip.c 
  Log:
  SVN rev 188616 on 2009-02-14 21:55:09Z by marcus
  
  Remove the printf's when the vnode to be exported for procstat is not a VDIR.
  If the file system backing a process' cwd is removed, and procstat -f PID
  is called, then these messages would have been printed.  The extra verbosity is
  not required in this situation.
  
  Requested by:   kib
  Approved by:    kib
  
  Revision  Changes    Path
  1.347     +0 -4      src/sys/kern/kern_descrip.c



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