projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4fb427e
)
vinum(4): Fix wrong parenthesizing.
author
Sascha Wildner <saw@online.de>
Fri, 16 Dec 2011 19:51:30 +0000 (20:51 +0100)
committer
Sascha Wildner <saw@online.de>
Fri, 16 Dec 2011 19:51:30 +0000 (20:51 +0100)
sys/dev/raid/vinum/vinumstate.c
patch
|
blob
|
blame
|
history
diff --git
a/sys/dev/raid/vinum/vinumstate.c
b/sys/dev/raid/vinum/vinumstate.c
index
6a2bdeb
..
59156bb
100644
(file)
--- a/
sys/dev/raid/vinum/vinumstate.c
+++ b/
sys/dev/raid/vinum/vinumstate.c
@@
-39,7
+39,6
@@
*
* $Id: vinumstate.c,v 2.18 2000/05/10 07:30:50 grog Exp grog $
* $FreeBSD: src/sys/dev/vinum/vinumstate.c,v 1.28.2.2 2000/06/08 02:00:23 grog Exp $
- * $DragonFly: src/sys/dev/raid/vinum/vinumstate.c,v 1.7 2006/12/20 18:14:40 dillon Exp $
*/
#include "vinumhdr.h"
@@
-128,7
+127,7
@@
set_sd_state(int sdno, enum sdstate newstate, enum setstateflags flags)
* not reborn, we won't go down without
* use of force.
*/
- if ((!flags & setstate_force)
+ if (!(flags & setstate_force)
&& (sd->plexno >= 0)
&& (sd->state != sd_reborn))
return 0; /* don't do it */