[Libsysio-commit] cplant: libsysio/src namei.c
Brought to you by:
lward
|
From: Ruth K. <rk...@us...> - 2003-06-12 23:48:56
|
Update of /cvsroot/libsysio/libsysio/src
In directory sc8-pr-cvs1:/tmp/cvs-serv13130
Modified Files:
Tag: cplant
namei.c
Log Message:
merged from head
Index: namei.c
===================================================================
RCS file: /cvsroot/libsysio/libsysio/src/namei.c,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -w -b -B -p -r1.5 -r1.5.2.1
--- namei.c 24 Mar 2003 22:09:06 -0000 1.5
+++ namei.c 12 Jun 2003 23:48:48 -0000 1.5.2.1
@@ -293,8 +293,7 @@ _sysio_path_walk(struct pnode *parent, s
* Must send the intent-path again.
*/
path = nd->nd_path;
- } else if (err == -ENOENT)
- err = 0;
+ }
if (!err) {
P_RELE(pno);
nd->nd_amcnt++;
|