]> git.michaelhowe.org Git - packages/o/openafs.git/commit
linux24-fix-memcache-20020307
authorDerek Atkins <warlord@mit.edu>
Fri, 8 Mar 2002 04:57:56 +0000 (04:57 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 8 Mar 2002 04:57:56 +0000 (04:57 +0000)
commitf3bcfda51f5aa1185c3fab6b1c56d5c5165426f1
tree124e03ab9bf30aada39404bd38c6bc82ab370bb0
parent459815329bc52d5d264ed5f1ffbfae490d88a552
linux24-fix-memcache-20020307

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.
src/afs/LINUX/osi_misc.c