diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-10-25 17:44:59 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-10-25 17:44:59 +0000 |
| commit | f5ef029e9226c3849bdd1100b4ffe4eb60fec3d0 (patch) | |
| tree | 859d5f5a3e4eed4faa56446dea4eb691bda4fb2c /sys/kern/vfs_cluster.c | |
| parent | 37906c686def70b561a4f3a0d7b5e57acff256fb (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_cluster.c')
| -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 fb88938bbd63..c7f7f323d45c 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.69 1998/08/24 08:39:39 dfr Exp $ + * $Id: vfs_cluster.c,v 1.70 1998/09/04 08:06:55 dfr Exp $ */ #include "opt_debug_cluster.h" @@ -309,7 +309,7 @@ cluster_rbuild(vp, filesize, lbn, blkno, size, run, fbp) { struct buf *bp, *tbp; daddr_t bn; - int i, inc, j, s; + int i, inc, j; #ifdef DIAGNOSTIC if (size != vp->v_mount->mnt_stat.f_iosize) |
