diff options
author | 1997-09-27 06:56:18 +0000 | |
---|---|---|
committer | 1997-09-27 06:56:18 +0000 | |
commit | 2488c87a7ccee6dc44c2b74b83de9efb6578ca82 (patch) | |
tree | 90d6d96b555b5a861963da45e5b5cd622175a629 /sys/kern/vfs_cluster.c | |
parent | add ID, we have mods here (diff) | |
download | wireguard-openbsd-2488c87a7ccee6dc44c2b74b83de9efb6578ca82.tar.xz wireguard-openbsd-2488c87a7ccee6dc44c2b74b83de9efb6578ca82.zip |
Cleaning up my tree.. that is why nits like this extra blank line
gets committed
Diffstat (limited to 'sys/kern/vfs_cluster.c')
-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 |