]> git.michaelhowe.org Git - packages/o/openafs.git/commit
The problem is that on 2.4 the 'code' variable is over-written during
authorDerek Atkins <warlord@mit.edu>
Sun, 21 Apr 2002 06:13:01 +0000 (06:13 +0000)
committerGarry Zacheiss <zacheiss@mit.edu>
Sun, 21 Apr 2002 06:13:01 +0000 (06:13 +0000)
commit08c9b0f6d390a8851bb00b0f8394bcdc51f90180
tree6946ec9c2bc9f7e2948b6b201dd588f79fab2d94
parent4cfd4a462fa335ec01d1dcbc31b12c63e801f2c5
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.

(cherry picked from commit f3bcfda51f5aa1185c3fab6b1c56d5c5165426f1)
src/afs/LINUX/osi_misc.c