From f0e5973f8b81d2acf7ba7505a46e69f7608b8612 Mon Sep 17 00:00:00 2001 From: Nickolai Zeldovich Date: Mon, 27 Aug 2001 04:35:06 +0000 Subject: [PATCH] afs-evalmountpoint-return-code-resync-20010826 resync error codes so they work like they did before afs-lookup-check-evalmountpoint-return-20010221 --- src/afs/VNOPS/afs_vnop_lookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 1.9.4