mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove kw_raw. I've forgotten what it was intended for, and it was
probably obsoleted by some changes a couple of months ago.
This commit is contained in:
parent
d2cd166745
commit
295cb8611f
1 changed files with 1 additions and 5 deletions
|
|
@ -33,7 +33,7 @@
|
|||
* otherwise) arising in any way out of the use of this software, even if
|
||||
* advised of the possibility of such damage.
|
||||
*
|
||||
* $Id: vinumconfig.c,v 1.41 2003/05/23 00:57:34 grog Exp $
|
||||
* $Id: vinumconfig.c,v 1.41 2003/05/23 00:57:34 grog Exp grog $
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
|
|
@ -1569,10 +1569,6 @@ config_volume(int update)
|
|||
vol->flags &= ~VF_WRITETHROUGH;
|
||||
break;
|
||||
|
||||
case kw_raw:
|
||||
vol->flags |= VF_RAW; /* raw volume (no label) */
|
||||
break;
|
||||
|
||||
default:
|
||||
throw_rude_remark(EINVAL, "volume %s, invalid keyword: %s",
|
||||
vol->name,
|
||||
|
|
|
|||
Loading…
Reference in a new issue