OpenAFS CVS Commit: openafs/src/afs/LINUX by shadow
cvs@GRAND.CENTRAL.ORG
cvs@GRAND.CENTRAL.ORG
Thu, 07 Mar 2002 23:57:56 EST
Update of /cvs/openafs/src/afs/LINUX
In directory GRAND.CENTRAL.ORG:/data/sb/openafs/src/afs/LINUX
Modified Files:
osi_misc.c
Log Message:
DELTA linux24-fix-memcache-20020307
AUTHOR warlord@mit.edu
The problem is that on 2.4 the 'code' variable is over-written during
the path walk, such that by the time it's checking if the inode
exists, code is already '0'. But if the inode does not exist, code
should be ENOENT to show that the file does not exist.
--- DELTA config follows ---
linux24-fix-memcache-20020307 openafs/src/afs/LINUX/osi_misc.c 1.14 1.15