1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

devices: DASD doesn't need to be stackable.

This commit is contained in:
Alasdair G Kergon 2015-01-23 20:32:31 +00:00
parent dab3ebce4c
commit 3e11d85c77

View File

@ -207,9 +207,6 @@ int dev_subsystem_part_major(struct dev_types *dt, struct device *dev)
if (MAJOR(dev->dev) == dt->emcpower_major)
return 1;
if (MAJOR(dev->dev) == dt->dasd_major)
return 1;
if (MAJOR(dev->dev) == dt->power2_major)
return 1;