diff options
author | 2009-06-24 12:06:00 +0000 | |
---|---|---|
committer | 2009-06-24 12:06:00 +0000 | |
commit | 8989bbe95858045bc50afa846119edf1e7ccaa2d (patch) | |
tree | 8432ccdb8608fc174e75d82794a7f42ec80ae99e /sys/dev/softraidvar.h | |
parent | for the isp(4) driver, invert the meaning of the options which pull (diff) | |
download | wireguard-openbsd-8989bbe95858045bc50afa846119edf1e7ccaa2d.tar.xz wireguard-openbsd-8989bbe95858045bc50afa846119edf1e7ccaa2d.zip |
Abort the current rebuild if the rebuild chunk disappears. Whilst here also
rename the abort flag so that it is more generalised.
ok marco@
Diffstat (limited to 'sys/dev/softraidvar.h')
-rw-r--r-- | sys/dev/softraidvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/softraidvar.h b/sys/dev/softraidvar.h index 9bc9e5bb69a..07134bfdc24 100644 --- a/sys/dev/softraidvar.h +++ b/sys/dev/softraidvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: softraidvar.h,v 1.76 2009/06/17 22:44:42 marco Exp $ */ +/* $OpenBSD: softraidvar.h,v 1.77 2009/06/24 12:06:00 jsing Exp $ */ /* * Copyright (c) 2006 Marco Peereboom <marco@peereboom.us> * Copyright (c) 2008 Chris Kuethe <ckuethe@openbsd.org> @@ -417,7 +417,7 @@ struct sr_discipline { u_int32_t sd_max_wu; int sd_rebuild; /* can we rebuild? */ int sd_reb_active; /* rebuild in progress */ - int sd_going_down; /* dive dive dive */ + int sd_reb_abort; /* abort rebuild */ int sd_ready; /* fully operational */ struct sr_wu_list sd_wu_freeq; /* free wu queue */ |