diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-09-27 06:56:19 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-09-27 06:56:19 +0000 |
commit | 5ed0d6624cc3b28b51c6810092e51ff3adc88345 (patch) | |
tree | 76552f386b5d50a4192625ddac865e3d43d21eff | |
parent | 0938e4c7c7b0c34a0c0b8897c3d3c23ab44d6a5e (diff) |
Cleaning up my tree.. that is why nits like this extra blank line
gets committed
-rw-r--r-- | sys/kern/vfs_cluster.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index 7a3b320f09d..d3fc332b376 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_cluster.c,v 1.7 1997/02/01 00:09:31 niklas Exp $ */ +/* $OpenBSD: vfs_cluster.c,v 1.8 1997/09/27 06:56:18 niklas Exp $ */ /* $NetBSD: vfs_cluster.c,v 1.12 1996/04/22 01:39:05 christos Exp $ */ /*- @@ -332,6 +332,7 @@ cluster_rbuild(vp, filesize, bp, lbn, blkno, size, run, flags) if (incore(vp, lbn + i)) break; tbp = getblk(vp, lbn + i, 0, 0, 0); + /* * getblk may return some memory in the buffer if there were * no empty buffers to shed it to. If there is currently |