diff options
| author | David Greenman <dg@FreeBSD.org> | 1999-06-16 15:54:30 +0000 | 
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1999-06-16 15:54:30 +0000 | 
| commit | cd3fe8d008346e480415649b9411394e86b6ec1a (patch) | |
| tree | 2f747ee16b53e070551fc1d8c6d7e78914e6b2d5 /sys/kern | |
| parent | ec5035fa0b1def32968290f54899c032319acf06 (diff) | |
Notes
Diffstat (limited to 'sys/kern')
| -rw-r--r-- | sys/kern/vfs_cluster.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index 5f7f870b717f..47e432254090 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -33,7 +33,7 @@   * SUCH DAMAGE.   *   *	@(#)vfs_cluster.c	8.7 (Berkeley) 2/13/94 - * $Id: vfs_cluster.c,v 1.80 1999/03/12 02:24:56 julian Exp $ + * $Id: vfs_cluster.c,v 1.81 1999/05/02 23:56:11 alc Exp $   */  #include "opt_debug_cluster.h" @@ -660,7 +660,7 @@ cluster_wbuild(vp, size, start_lbn, len)  		  (tbp->b_bcount != tbp->b_bufsize) ||  		  (tbp->b_bcount != size) ||  		  (len == 1) || -		  ((bp = trypbuf(&cluster_pbuf_freecnt)) == NULL)) { +		  ((bp = getpbuf(&cluster_pbuf_freecnt)) == NULL)) {  			totalwritten += tbp->b_bufsize;  			bawrite(tbp);  			++start_lbn;  | 
