diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2011-02-25 10:24:35 +0000 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2011-02-25 10:24:35 +0000 |
| commit | cb08c2cc8318d1efcb68303861ebb89f4f73c1f3 (patch) | |
| tree | 9d3d4c4ac744558b0f121bc95130f956f192c80f /sys/geom/linux_lvm | |
| parent | de5b19526b7350b9c608ae4bf0bd80b91e51a5df (diff) | |
Notes
Diffstat (limited to 'sys/geom/linux_lvm')
| -rw-r--r-- | sys/geom/linux_lvm/g_linux_lvm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/geom/linux_lvm/g_linux_lvm.c b/sys/geom/linux_lvm/g_linux_lvm.c index d210611702ce..2ac19e06958f 100644 --- a/sys/geom/linux_lvm/g_linux_lvm.c +++ b/sys/geom/linux_lvm/g_linux_lvm.c @@ -42,6 +42,8 @@ __FBSDID("$FreeBSD$"); #include <geom/linux_lvm/g_linux_lvm.h> +FEATURE(geom_linux_lvm, "GEOM Linux LVM partitioning support"); + /* Declare malloc(9) label */ static MALLOC_DEFINE(M_GLLVM, "gllvm", "GEOM_LINUX_LVM Data"); |
