OpenAFS CVS Commit: openafs/src/afs/VNOPS by zacheiss

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Mon, 19 Aug 2002 14:53:35 EDT


Update of /cvs/openafs/src/afs/VNOPS
In directory GRAND.CENTRAL.ORG:/home/zacheiss/openafs/src/afs/VNOPS

Modified Files:
	afs_vnop_lookup.c 
Log Message:

DELTA eval-mountpoint-dont-return-eloop-20020819
AUTHOR zacheiss@mit.edu

Don't return ELOOP when crossing a mountpoint boundary from a BK volume to
a BK volume.  find treats it as a fatal error, and it's annoying not to be
able to naively use find to recurse through a volume with its backup volume
mounted.  Never noticed this before because we used to ignore this return
value.  Return ENODEV instead.



--- DELTA config follows ---
eval-mountpoint-dont-return-eloop-20020819 openafs/src/afs/VNOPS/afs_vnop_lookup.c 1.32 1.33