NetBSD/sys/dev/dm/files.dm
haad 32013fd9f2 Add stripe target functions stubs. Stripe target must be present in dm driver
because without it lvm2tools will not create LVsi and eventualy panic system.

Problem reported by agc@.
2009-01-02 00:42:31 +00:00

13 lines
479 B
Plaintext

defpseudo dm
file dev/dm/device-mapper.c dm
file dev/dm/dm_dev.c dm
file dev/dm/dm_ioctl.c dm
file dev/dm/dm_pdev.c dm
file dev/dm/dm_table.c dm
file dev/dm/dm_target.c dm
file dev/dm/dm_target_error.c dm
file dev/dm/dm_target_linear.c dm
file dev/dm/dm_target_zero.c dm
file dev/dm/dm_target_snapshot.c dm
file dev/dm/dm_target_stripe.c dm