* [PATCH] add MMC block device type into filters
@ 2009-04-15 16:35 Milan Broz
0 siblings, 0 replies; only message in thread
From: Milan Broz @ 2009-04-15 16:35 UTC (permalink / raw)
To: lvm-devel
Add mmc (dev/mmcblk*) block device type to filters.
(tested with SD card)
Signed-off-by: Milan Broz <mbroz@redhat.com>
---
lib/filters/filter.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/lib/filters/filter.c b/lib/filters/filter.c
index 7b343fe..bc07cb6 100644
--- a/lib/filters/filter.c
+++ b/lib/filters/filter.c
@@ -78,6 +78,7 @@ static const device_info_t device_info[] = {
{"vdisk", 8}, /* SUN's LDOM virtual block device */
{"ps3disk", 16}, /* PlayStation 3 internal disk */
{"virtblk", 8}, /* VirtIO disk */
+ {"mmc", 16}, /* MMC block device */
{NULL, 0}
};
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-15 16:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-15 16:35 [PATCH] add MMC block device type into filters Milan Broz
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.