Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devmapper: Call UdevWait() even in failure path
Currently we set up a cookie and upon failure not call UdevWait(). This does not cleanup the cookie and associated semaphore and system will soon max out on total number of semaphores. To avoid this, call UdevWait() even in failure path which in turn will cleanup associated semaphore. Signed-off-by: Vivek Goyal <[email protected]> Signed-off-by: Vincent Batts <[email protected]>
- Loading branch information