Subject: changed files: 'src/sys/miscfs/lofs lofs_vnops.c'
To: None <source-changes>
From: Chris G. Demetriou <cgd>
List: source-changes
Date: 02/25/1994 15:41:57
Update of /b/source/CVS/src/sys/miscfs/lofs
In directory sun-lamp.cs.berkeley.edu:/e/users/cgd/trees/sun-lamp/sys/miscfs/lofs

Modified Files:
	lofs_vnops.c 
Log Message:
I now understand why name caching was redone for 4.4BSD; Net/2's
method of caching names has a totally bogus interface.  kill *ALL*
caching of names when going through a lofs, because that's the only
way to make sure things always work right.  Also, XXX the possibly-bogus
check i keep whining about.  it's almost certainly wrong, but it's
too weird to modify significantly; even jsp didn't want to touch it...


------------------------------------------------------------------------------