Deleted Added
full compact
36c36
< * $Id: vfs_cluster.c,v 1.76 1999/01/08 17:31:15 eivind Exp $
---
> * $Id: vfs_cluster.c,v 1.77 1999/01/10 01:58:25 eivind Exp $
70a71,72
> extern int cluster_pbuf_freecnt;
>
339c341
< bp = trypbuf();
---
> bp = trypbuf(&cluster_pbuf_freecnt);
478c480
< relpbuf(bp);
---
> relpbuf(bp, &cluster_pbuf_freecnt);
657c659
< ((bp = trypbuf()) == NULL)) {
---
> ((bp = trypbuf(&cluster_pbuf_freecnt)) == NULL)) {