Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Nov 2004 07:25:37 +0000 (UTC)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/compat/linprocfs linprocfs.c
Message-ID:  <200411100725.iAA7PbYK092998@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2004-11-10 07:25:37 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/linprocfs linprocfs.c 
  Log:
  Pick up the inode number using VOP_GETATTR() rather than caching it
  in all vnodes on the off chance that linprocfs needs it.  If we can afford
  to call vn_fullpath() we can afford the much cheaper VOP_GETATTR().
  
  Revision  Changes    Path
  1.85      +6 -4      src/sys/compat/linprocfs/linprocfs.c



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