From: Nickolai Zeldovich Date: Mon, 27 Aug 2001 04:35:06 +0000 (+0000) Subject: afs-evalmountpoint-return-code-resync-20010826 X-Git-Tag: BP-openafs-stable-1_2_x~49 X-Git-Url: http://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=f0e5973f8b81d2acf7ba7505a46e69f7608b8612 afs-evalmountpoint-return-code-resync-20010826 resync error codes so they work like they did before afs-lookup-check-evalmountpoint-return-20010221 --- diff --git a/src/afs/VNOPS/afs_vnop_lookup.c b/src/afs/VNOPS/afs_vnop_lookup.c index 06b75f6..4ee681d 100644 --- a/src/afs/VNOPS/afs_vnop_lookup.c +++ b/src/afs/VNOPS/afs_vnop_lookup.c @@ -133,7 +133,7 @@ EvalMountPoint(avc, advc, avolpp, areq) volnamep = &avc->linkData[1]; tcell = afs_GetCell(avc->fid.Cell, READ_LOCK); } - if (!tcell) return ENOENT; + if (!tcell) return ENODEV; mtptCell = tcell->cell; /* The cell for the mountpoint */ if (tcell->lcellp) {