diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2013-03-25 16:01:50 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2013-03-25 16:01:50 +0000 |
commit | 70f9a624f789799fd8f194e22c02586549b30e9b (patch) | |
tree | 68ae4bb668bd63f83717a5e50dfdb95b47943623 /sys/dev/softraidvar.h | |
parent | 8719864660c5c508599035e11298e4116b707f6d (diff) |
Factor out the code that is used to recreate work units - one copy of the
code is sufficient.
ok krw@
Diffstat (limited to 'sys/dev/softraidvar.h')
-rw-r--r-- | sys/dev/softraidvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/softraidvar.h b/sys/dev/softraidvar.h index 18bc5135153..7aa0c5353da 100644 --- a/sys/dev/softraidvar.h +++ b/sys/dev/softraidvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: softraidvar.h,v 1.128 2013/03/10 09:05:12 jsing Exp $ */ +/* $OpenBSD: softraidvar.h,v 1.129 2013/03/25 16:01:49 jsing Exp $ */ /* * Copyright (c) 2006 Marco Peereboom <marco@peereboom.us> * Copyright (c) 2008 Chris Kuethe <ckuethe@openbsd.org> @@ -697,6 +697,7 @@ int sr_raid_request_sense( struct sr_workunit *); int sr_raid_start_stop(struct sr_workunit *); int sr_raid_sync(struct sr_workunit *); void sr_raid_startwu(struct sr_workunit *); +void sr_raid_recreate_wu(struct sr_workunit *); /* Discipline specific initialisation. */ void sr_raid0_discipline_init(struct sr_discipline *); |