Good one -- you are correct that it should be removed. I originally implemented nodev filesystems using a static class attribute set by the fstypes, but decided instead to subclass FS with NoDevFS. On Sun, 2009-03-01 at 20:32 -1000, David Cantrell wrote: > I cannot find anywhere that 'nodev' is used. I played around with > variants on these two lines, but eventually ended up removing them > to continue with testing. > --- > storage/formats/fs.py | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/storage/formats/fs.py b/storage/formats/fs.py > index 511ac3c..f80a877 100644 > --- a/storage/formats/fs.py > +++ b/storage/formats/fs.py > @@ -933,8 +933,6 @@ class NoDevFS(FS): > > def __init__(self, *args, **kwargs): > FS.__init__(self, *args, **kwargs) > - if self.nodev and not self.device: > - self.device = self.type > > def _deviceCheck(self, devspec): > pass _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list