Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not use O_EXCL for allocated backing loop device.
Exclusive flag is defined only when creating a file, for opening existing file it is undefinded operation. Remove it from crypt_loop_attach as it was wrong since the initial commit.
- Loading branch information