From 6bf702a55bf6e540929bc37a97ba26e51394a94c Mon Sep 17 00:00:00 2001 From: netchild Date: Fri, 25 Feb 2011 10:24:35 +0000 Subject: 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 --- sys/geom/journal/g_journal.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/geom/journal') diff --git a/sys/geom/journal/g_journal.c b/sys/geom/journal/g_journal.c index f3f9072..48c03a1 100644 --- a/sys/geom/journal/g_journal.c +++ b/sys/geom/journal/g_journal.c @@ -55,6 +55,7 @@ __FBSDID("$FreeBSD$"); #include +FEATURE(geom_journal, "GEOM journaling support"); /* * On-disk journal format: -- cgit v1.1