summaryrefslogtreecommitdiffstats
path: root/isys/isys.py
diff options
context:
space:
mode:
Diffstat (limited to 'isys/isys.py')
-rwxr-xr-xisys/isys.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/isys/isys.py b/isys/isys.py
index 57672d8f6..05e0806c9 100755
--- a/isys/isys.py
+++ b/isys/isys.py
@@ -772,8 +772,6 @@ def readFSType(device):
continue
if buf[off:].startswith("LVM2"):
return "physical volume (LVM)"
- if fstype == "ext4":
- return "ext4dev"
elif fstype == "lvm2pv":
return "physical volume (LVM)"
return fstype