aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2013-12-04 07:38:23 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2013-12-04 07:38:23 +0000
commit0efd9bfd4733eaefe99a57df3a061af5f9dadcee (patch)
tree4a2354d11de8bae937258417b24a0a207b6c0825 /sys/sys
parenteeca71dbbffe6bd8afe17ef88fcd64fc9a001878 (diff)
downloadsrc-0efd9bfd4733eaefe99a57df3a061af5f9dadcee.tar.gz
src-0efd9bfd4733eaefe99a57df3a061af5f9dadcee.zip
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
Notes
Notes: svn path=/head/; revision=258909
Diffstat (limited to 'sys/sys')
-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 5efae7908003..acbfa4b2e9d6 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.