On Tue, 2009-09-01 at 15:04 +0200, Hans de Goede wrote: > Maybe we shuld just remove the entire function as its unused anyways ? Yeah, might as well get rid of it. If we decide to bring it back and actually use it we can always do that later. Dave > --- > 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 > _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list