diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-10-06 22:22:32 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-10-06 22:22:32 +0000 |
commit | e985eb3bb179c65552c932aa475f5cecf3ee9b9e (patch) | |
tree | e1356f0ebf9bac866975cc19428db5d0e28dce4a /sys | |
parent | c6a0e1296ff7b792720d2fb7f8f709382b8ee1e3 (diff) |
Sync with recent disksubr.c changes. Just some comments in this case.
"Free commits" miod@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/landisk/landisk/disksubr.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/landisk/landisk/disksubr.c b/sys/arch/landisk/landisk/disksubr.c index 23bb73176e9..f4e621a6381 100644 --- a/sys/arch/landisk/landisk/disksubr.c +++ b/sys/arch/landisk/landisk/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.1 2006/10/06 21:16:15 miod Exp $ */ +/* $OpenBSD: disksubr.c,v 1.2 2006/10/06 22:22:31 krw Exp $ */ /* $NetBSD: disksubr.c,v 1.21 1996/05/03 19:42:03 christos Exp $ */ /* @@ -50,8 +50,7 @@ * must be filled in before calling us. * * If dos partition table requested, attempt to load it and - * find disklabel inside a DOS partition. Also, if bad block - * table needed, attempt to extract it as well. Return buffer + * find disklabel inside a DOS partition. Return buffer * for use in signalling errors if requested. * * We would like to check if each MBR has a valid DOSMBR_SIGNATURE, but @@ -279,8 +278,6 @@ donot: goto done; } - /* obtain bad sector table if requested and present */ - done: if (bp) { bp->b_flags |= B_INVAL; |