Keep container device open in monitor

... so that it cannot be stopped while there are active arrays.
I don't know where that second 'close' came from ....
This commit is contained in:
Neil Brown 2008-07-12 20:27:42 +10:00
parent 207aac36d5
commit c7c149300b
1 changed files with 0 additions and 2 deletions

View File

@ -270,8 +270,6 @@ int main(int argc, char *argv[])
argv[1]);
exit(3);
}
close(mdfd);
close(mdfd);
mlockall(MCL_FUTURE);