summaryrefslogtreecommitdiffstats
path: root/isys/isys.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-12-10 14:57:08 -0500
committerChris Lumens <clumens@redhat.com>2007-12-10 16:35:22 -0500
commit2f5eb1d816468c5eaf9d85685d0ba0ef0a507e17 (patch)
treeb3d33a20fd16037a03c2c295bbf747243a4bd183 /isys/isys.py
parent3956ba7101f833282399416fcf0cc900bc9ee14b (diff)
downloadanaconda-2f5eb1d816468c5eaf9d85685d0ba0ef0a507e17.tar.gz
anaconda-2f5eb1d816468c5eaf9d85685d0ba0ef0a507e17.tar.xz
anaconda-2f5eb1d816468c5eaf9d85685d0ba0ef0a507e17.zip
makeDevInode no longer exists.
Diffstat (limited to 'isys/isys.py')
-rwxr-xr-xisys/isys.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/isys/isys.py b/isys/isys.py
index ce34413e3..7fff14237 100755
--- a/isys/isys.py
+++ b/isys/isys.py
@@ -759,9 +759,7 @@ def ext2Clobber(device):
_isys.e2fsclobber(device)
def ext2IsDirty(device):
- makeDevInode(device, "/tmp/disk")
- label = _isys.e2dirty("/tmp/disk");
- os.unlink("/tmp/disk")
+ label = _isys.e2dirty(device)
return label
def ext2HasJournal(device):