Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
io_u: Using initialized local variable
ddir was feed with io_u->ddir at init time but didn't got used before reassign it to the same value or another one. That was making this init useless. This patch simplify this portion of code by using the initialized variable.
- Loading branch information