mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 08:50:17 +00:00
ufsread-save-the-oops-for-where-we-expect-it-20020624
based on comment from matt@slackers.net
This commit is contained in:
parent
68de4bbb02
commit
60659d2c8f
@ -609,7 +609,7 @@ afs_UFSRead(avc, auio, acred, albn, abpp, noLock)
|
|||||||
struct vrequest treq;
|
struct vrequest treq;
|
||||||
|
|
||||||
AFS_STATCNT(afs_UFSRead);
|
AFS_STATCNT(afs_UFSRead);
|
||||||
if (avc->vc_error)
|
if (avc && avc->vc_error)
|
||||||
return EIO;
|
return EIO;
|
||||||
|
|
||||||
/* check that we have the latest status info in the vnode cache */
|
/* check that we have the latest status info in the vnode cache */
|
||||||
|
Loading…
Reference in New Issue
Block a user