From 13ef1cee38273963bfc74315e7fcae2c460603e8 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 14 Oct 2008 11:44:20 -0400 Subject: ext4dev -> ext4 (esandeen). --- isys/isys.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'isys') 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 -- cgit