diff options
author | netchild <netchild@FreeBSD.org> | 2011-02-25 10:24:35 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2011-02-25 10:24:35 +0000 |
commit | 6bf702a55bf6e540929bc37a97ba26e51394a94c (patch) | |
tree | 9d3d4c4ac744558b0f121bc95130f956f192c80f /sys/geom/multipath/g_multipath.c | |
parent | cc4128c6b1ffcb09a70e70959874cc2bb6e81d0e (diff) | |
download | FreeBSD-src-6bf702a55bf6e540929bc37a97ba26e51394a94c.zip FreeBSD-src-6bf702a55bf6e540929bc37a97ba26e51394a94c.tar.gz |
Add some FEATURE macros for various GEOM classes.
No FreeBSD version bump, the userland application to query the features will
be committed last and can serve as an indication of the availablility if
needed.
Sponsored by: Google Summer of Code 2010
Submitted by: kibab
Reviewed by: silence on geom@ during 2 weeks
X-MFC after: to be determined in last commit with code from this project
Diffstat (limited to 'sys/geom/multipath/g_multipath.c')
-rw-r--r-- | sys/geom/multipath/g_multipath.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/multipath/g_multipath.c b/sys/geom/multipath/g_multipath.c index 8806b58..6c53f41 100644 --- a/sys/geom/multipath/g_multipath.c +++ b/sys/geom/multipath/g_multipath.c @@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$"); #include <geom/geom.h> #include <geom/multipath/g_multipath.h> +FEATURE(geom_multipath, "GEOM multipath support"); SYSCTL_DECL(_kern_geom); SYSCTL_NODE(_kern_geom, OID_AUTO, multipath, CTLFLAG_RW, 0, |