diff options
-rw-r--r-- | sys/arch/hppa/hppa/disksubr.c | 3 | ||||
-rw-r--r-- | sys/arch/hppa64/hppa64/disksubr.c | 3 | ||||
-rw-r--r-- | sys/arch/mips64/mips64/disksubr.c | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/sys/arch/hppa/hppa/disksubr.c b/sys/arch/hppa/hppa/disksubr.c index 58aa7826948..8678d85cd28 100644 --- a/sys/arch/hppa/hppa/disksubr.c +++ b/sys/arch/hppa/hppa/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.30 2006/08/17 10:34:14 krw Exp $ */ +/* $OpenBSD: disksubr.c,v 1.31 2006/08/18 00:39:17 krw Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -194,7 +194,6 @@ readdisklabel(dev, strat, lp, osdep, spoofonly) if (msg) *lp = fallbacklabel; -done: if (bp) { bp->b_flags |= B_INVAL; brelse(bp); diff --git a/sys/arch/hppa64/hppa64/disksubr.c b/sys/arch/hppa64/hppa64/disksubr.c index 5c5eac1a334..88aa5bdf588 100644 --- a/sys/arch/hppa64/hppa64/disksubr.c +++ b/sys/arch/hppa64/hppa64/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.13 2006/08/17 10:34:14 krw Exp $ */ +/* $OpenBSD: disksubr.c,v 1.14 2006/08/18 00:39:17 krw Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -190,7 +190,6 @@ readdisklabel(dev, strat, lp, osdep, spoofonly) if (msg) *lp = fallbacklabel; -done: if (bp) { bp->b_flags |= B_INVAL; brelse(bp); diff --git a/sys/arch/mips64/mips64/disksubr.c b/sys/arch/mips64/mips64/disksubr.c index 237fdada2c4..24493a09db0 100644 --- a/sys/arch/mips64/mips64/disksubr.c +++ b/sys/arch/mips64/mips64/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.19 2006/08/17 10:34:14 krw Exp $ */ +/* $OpenBSD: disksubr.c,v 1.20 2006/08/18 00:39:17 krw Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -198,7 +198,6 @@ readdisklabel(dev, strat, lp, osdep, spoofonly) if (msg) *lp = fallbacklabel; -done: if (bp) { bp->b_flags |= B_INVAL; brelse(bp); |