diff options
author | Bill Nottingham <notting@redhat.com> | 2007-11-30 14:57:22 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2007-11-30 14:57:22 -0500 |
commit | 267fd54be918f9c442bace72652cda3b20f3d298 (patch) | |
tree | a21f331caa0d1f1ebca689bc58a27c2cbacc477b /loader2/method.c | |
parent | ea03ca930510ff59036bffbfb1e81d319d1ef60a (diff) | |
download | anaconda-267fd54be918f9c442bace72652cda3b20f3d298.tar.gz anaconda-267fd54be918f9c442bace72652cda3b20f3d298.tar.xz anaconda-267fd54be918f9c442bace72652cda3b20f3d298.zip |
remove duplicate line
Diffstat (limited to 'loader2/method.c')
-rw-r--r-- | loader2/method.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/loader2/method.c b/loader2/method.c index 070827369..13fd9f130 100644 --- a/loader2/method.c +++ b/loader2/method.c @@ -81,8 +81,6 @@ int mountLoopback(char * fsystem, char * mntpoint, char * device) { filename = alloca(15 + strlen(device)); sprintf(filename, "/tmp/%s", device); - mkdirChain(mntpoint); - #ifdef O_DIRECT targfd = open(fsystem, O_RDONLY | O_DIRECT); if (targfd == -1) { |