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

David Lehman dlehman at redhat.com
Tue Jan 20 18:25:56 UTC 2015


On 01/15/2015 12:39 PM, mulhern wrote:
> 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:
>

Am I right to think that an active status is equivalent to existence for 
tmpfs?


More information about the anaconda-patches mailing list