[blivet:master 10/21] Do not set self.exists to True in TmpFS.__init__().

mulhern amulhern at redhat.com
Thu Jan 15 18:39:39 UTC 2015


This behavior is implemented in NoDevFS.__init__().

Signed-off-by: mulhern <amulhern at redhat.com>
---
 blivet/formats/fs.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/blivet/formats/fs.py b/blivet/formats/fs.py
index 158b7c4..74c469e 100644
--- a/blivet/formats/fs.py
+++ b/blivet/formats/fs.py
@@ -1544,7 +1544,6 @@ class TmpFS(NoDevFS):
 
     def __init__(self, **kwargs):
         NoDevFS.__init__(self, **kwargs)
-        self.exists = True
         self._device = "tmpfs"
 
         # according to the following Kernel ML thread:
-- 
1.9.3



More information about the anaconda-patches mailing list