From: Russ Allbery Date: Fri, 18 Jul 2008 16:27:33 +0000 (-0700) Subject: Fix disconnected kernel prototype X-Git-Tag: debian/1.5.50.dfsg1-1~3 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7104fff1a284f889fad618d33fd966e5251aeea1;p=packages%2Fo%2Fopenafs.git Fix disconnected kernel prototype Patch from Simon Wilkinson, already committed upstream. --- 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 */