[PATCH] DeviceTree.isIgnored() is called with wrong parameter

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This small patch is for new storage code on branch anaconda-storage-branch.

diff --git a/storage/devicetree.py b/storage/devicetree.py
index 7950d31..1a1e6e8 100644
--- a/storage/devicetree.py
+++ b/storage/devicetree.py
@@ -409,7 +409,7 @@ class DeviceTree(object):
         sysfs_path = udev_device_get_sysfs_path(info)
         device = None

-        if self.isIgnored(sysfs_path):
+        if self.isIgnored(info):
             log.debug("ignoring %s (%s)" % (name, sysfs_path))
             return


_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux