summaryrefslogtreecommitdiffstats
path: root/sys/sys/mdioctl.h
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2013-12-04 07:38:23 +0000
committertrasz <trasz@FreeBSD.org>2013-12-04 07:38:23 +0000
commitde454232c87d0a19908a3c7c6906bbce5ad1b9e9 (patch)
tree4a2354d11de8bae937258417b24a0a207b6c0825 /sys/sys/mdioctl.h
parent9e1f3b382bc2d9aa47a369be09162fbdaf6f1a25 (diff)
downloadFreeBSD-src-de454232c87d0a19908a3c7c6906bbce5ad1b9e9.zip
FreeBSD-src-de454232c87d0a19908a3c7c6906bbce5ad1b9e9.tar.gz
Add "null" backend to mdconfig(8). This does exactly what the name
suggests, and is somewhat useful for benchmarking. MFC after: 1 month No objections from: kib Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/sys/mdioctl.h')
-rw-r--r--sys/sys/mdioctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/mdioctl.h b/sys/sys/mdioctl.h
index 5efae79..acbfa4b 100644
--- a/sys/sys/mdioctl.h
+++ b/sys/sys/mdioctl.h
@@ -43,7 +43,7 @@
#ifndef _SYS_MDIOCTL_H_
#define _SYS_MDIOCTL_H_
-enum md_types {MD_MALLOC, MD_PRELOAD, MD_VNODE, MD_SWAP};
+enum md_types {MD_MALLOC, MD_PRELOAD, MD_VNODE, MD_SWAP, MD_NULL};
/*
* Ioctl definitions for memory disk pseudo-device.
OpenPOWER on IntegriCloud