[PATCH 08/11] Comment undefined nodev_filesystems reference in unused fsFromConfig func

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

 



Maybe we shuld just remove the entire function as its unused anyways ?
---
 storage/formats/fs.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/storage/formats/fs.py b/storage/formats/fs.py
index dc642d3..28aeda6 100644
--- a/storage/formats/fs.py
+++ b/storage/formats/fs.py
@@ -69,8 +69,8 @@ def fsFromConfig(attrs, *args, **kwargs):
     for (attr, value) in attrs.items():
         setattr(fs, "_%s" % attr, value)
 
-    if attrs["type"] in nodev_filesystems:
-        setattr(fs, "_nodev", True)
+    #if attrs["type"] in nodev_filesystems:
+    #    setattr(fs, "_nodev", True)
 
     return fs
 
-- 
1.6.4

_______________________________________________
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