From 43b31a343a7b6c5c7b1e9948f8b5739932b2491a Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Fri, 18 Jul 2008 15:54:34 +0000 Subject: [PATCH] DEVEL15-discon-prototype-correction-20080718 LICENSE IPL10 correct prototype for disconnected afs (cherry picked from commit 5bbdc3fb6904825f75ebdb1f2a17ed0ee6aefcfe) --- src/afs/afs_prototypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afs/afs_prototypes.h b/src/afs/afs_prototypes.h index bb1800708..dfb9a538c 100644 --- a/src/afs/afs_prototypes.h +++ b/src/afs/afs_prototypes.h @@ -268,7 +268,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 */ -- 2.39.5