1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00

Running out of filehandles? Close /dev/device-mapper/control then.

This commit is contained in:
Alasdair Kergon 2002-02-26 18:30:02 +00:00
parent 841da63e77
commit b8583f6f9f

View File

@ -307,6 +307,7 @@ int dm_task_run(struct dm_task *dmt)
}
dmt->dmi = dmi;
close(fd);
return 1;
bad: