summaryrefslogtreecommitdiffstats
path: root/sbin/growfs
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2006-07-17 20:48:36 +0000
committerstefanf <stefanf@FreeBSD.org>2006-07-17 20:48:36 +0000
commit3eec5dce88948dbc5a4e6814da7fdb02d9497523 (patch)
tree4122b15573b4ee62f255c0f0b1755d6427708295 /sbin/growfs
parentf16a2dfec05b81a72cc73b0a1ff783fd8c5f757b (diff)
downloadFreeBSD-src-3eec5dce88948dbc5a4e6814da7fdb02d9497523.zip
FreeBSD-src-3eec5dce88948dbc5a4e6814da7fdb02d9497523.tar.gz
Remove duplicated assignment.
Diffstat (limited to 'sbin/growfs')
-rw-r--r--sbin/growfs/growfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/growfs/growfs.c b/sbin/growfs/growfs.c
index fa5b680..dab9ba7 100644
--- a/sbin/growfs/growfs.c
+++ b/sbin/growfs/growfs.c
@@ -631,7 +631,6 @@ cond_bl_upd(ufs2_daddr_t *block, struct gfs_bpp *field, int fsi, int fso,
DBG_ENTER;
- f = field;
for (f = field; f->old != 0; f++) {
src = *block;
if (fragstoblks(&sblock, src) != f->old)
OpenPOWER on IntegriCloud