From: Simon Wilkinson Date: Fri, 18 Jul 2008 15:54:22 +0000 (+0000) Subject: discon-prototype-correction-20080718 X-Git-Tag: openafs-devel-1_5_61~958 X-Git-Url: http://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=5bbdc3fb6904825f75ebdb1f2a17ed0ee6aefcfe discon-prototype-correction-20080718 LICENSE IPL10 correct prototype for disconnected afs --- diff --git a/src/afs/afs_prototypes.h b/src/afs/afs_prototypes.h index ed9116c..b364ee3 100644 --- a/src/afs/afs_prototypes.h +++ b/src/afs/afs_prototypes.h @@ -269,7 +269,7 @@ extern struct dcache *afs_UFSGetDSlot(register afs_int32 aslot, extern int afs_WriteDCache(register struct dcache *adc, int atime); extern int afs_wakeup(register struct vcache *avc); extern int afs_InitCacheFile(char *afile, ino_t ainode); -extern int afs_DCacheHasAllChunks(struct vcache *avc); +extern int afs_DCacheMissingChunks(struct vcache *avc); /* afs_disconnected.c */