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