]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
discon-prototype-correction-20080718
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Fri, 18 Jul 2008 15:54:22 +0000 (15:54 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 18 Jul 2008 15:54:22 +0000 (15:54 +0000)
LICENSE IPL10

correct prototype for disconnected afs

src/afs/afs_prototypes.h

index ed9116caa6ce7306ede4b7822f069cabeb06b6bf..b364ee385829937a02f54601ebcbec2f03fba015 100644 (file)
@@ -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 */