[blivet:rhel7/master 05/16] Remove redundant _defaultFormatOptions field.

mulhern amulhern at redhat.com
Thu Jan 16 16:10:06 UTC 2014


Ext2FS extends FS, which already sets _defaultFormatOptions.
---
 blivet/formats/fs.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/blivet/formats/fs.py b/blivet/formats/fs.py
index 2f7f7f6..7c818a5 100644
--- a/blivet/formats/fs.py
+++ b/blivet/formats/fs.py
@@ -842,7 +842,6 @@ class Ext2FS(FS):
     _linuxNative = True
     _maxSize = 8 * 1024 * 1024
     _minSize = 0
-    _defaultFormatOptions = []
     _defaultMountOptions = ["defaults"]
     _defaultCheckOptions = ["-f", "-p", "-C", "0"]
     _dump = True
-- 
1.8.3.1



More information about the anaconda-patches mailing list