afs: Make afs_AllocDCache static
[openafs.git] / src / afs / afs_dcache.c
index 303bfca..4be5b59 100644 (file)
@@ -1647,7 +1647,7 @@ afs_AllocDiscardDSlot(afs_int32 lock)
  *
  * \return The new dcache.
  */
-struct dcache *
+static struct dcache *
 afs_AllocDCache(struct vcache *avc, afs_int32 chunk, afs_int32 lock,
                struct VenusFid *ashFid)
 {