diff options
author | alfred <alfred@FreeBSD.org> | 2001-02-20 12:14:01 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2001-02-20 12:14:01 +0000 |
commit | c5651ced8adce2866a4255bb79b1e4ffc6f3b3a8 (patch) | |
tree | e56e1ad96b26a7e1ceb2cf99cfe2acc18c7b729b /sys/dev/vinum | |
parent | 3f4541558a94dfedf8f06a0eea518e6828246321 (diff) | |
download | FreeBSD-src-c5651ced8adce2866a4255bb79b1e4ffc6f3b3a8.zip FreeBSD-src-c5651ced8adce2866a4255bb79b1e4ffc6f3b3a8.tar.gz |
forced commit to note that the last delta also reordered some code in
remove_sd_entry() to:
Simplify (hopefully) it by moving all error returns closer to
the beginning of the function.
Return an error when "Error removing subdisk %s: not found in
plex %s\n" would have been reported, as I doubt that we are "OK"
after printing that error message.
Diffstat (limited to 'sys/dev/vinum')
-rw-r--r-- | sys/dev/vinum/vinumconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vinum/vinumconfig.c b/sys/dev/vinum/vinumconfig.c index 60fdbe7..c37345c 100644 --- a/sys/dev/vinum/vinumconfig.c +++ b/sys/dev/vinum/vinumconfig.c @@ -48,7 +48,7 @@ * $Id: vinumconfig.c,v 1.30 2000/05/01 09:45:50 grog Exp grog $ * $FreeBSD$ */ - + #define STATIC static #include <dev/vinum/vinumhdr.h> |