cvs commit: src/sys/compat/linprocfs linprocfs.c
Poul-Henning Kamp
phk at FreeBSD.org
Tue Nov 9 23:25:38 PST 2004
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
More information about the cvs-all
mailing list