diff options
author | Sven-Göran Bergh <sgb@systemasis.org> | 2013-07-31 15:57:59 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-07-31 15:57:59 +0200 |
commit | 15d0a860e99307d50165588fa6cbb15cfc405e07 (patch) | |
tree | 1ddcd8c5784473eddef2fe36ee59aa340890ed87 /util-linux/volume_id/xfs.c | |
parent | 3b45801dc6e3484ffb2a86958fce587974842c6b (diff) | |
download | busybox-w32-15d0a860e99307d50165588fa6cbb15cfc405e07.tar.gz busybox-w32-15d0a860e99307d50165588fa6cbb15cfc405e07.tar.bz2 busybox-w32-15d0a860e99307d50165588fa6cbb15cfc405e07.zip |
volume_id: Adopt to new config style.
Config instructions for util-linux/volume_id are moved into the
source files according to the new config feature.
No code change.
Signed-off-by: Sven-Göran Bergh <sgb@systemasis.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/volume_id/xfs.c')
-rw-r--r-- | util-linux/volume_id/xfs.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/util-linux/volume_id/xfs.c b/util-linux/volume_id/xfs.c index 44d35fbb6..5eefc201d 100644 --- a/util-linux/volume_id/xfs.c +++ b/util-linux/volume_id/xfs.c | |||
@@ -20,6 +20,15 @@ | |||
20 | 20 | ||
21 | //kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_XFS) += xfs.o | 21 | //kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_XFS) += xfs.o |
22 | 22 | ||
23 | //config: | ||
24 | //config:config FEATURE_VOLUMEID_XFS | ||
25 | //config: bool "xfs filesystem" | ||
26 | //config: default y | ||
27 | //config: depends on VOLUMEID | ||
28 | //config: help | ||
29 | //config: TODO | ||
30 | //config: | ||
31 | |||
23 | #include "volume_id_internal.h" | 32 | #include "volume_id_internal.h" |
24 | 33 | ||
25 | struct xfs_super_block { | 34 | struct xfs_super_block { |