Conversation
|
Upstream branch: d60bc14 |
|
Upstream branch: d60bc14 |
afdad5d to
4696116
Compare
6b4d829 to
ceec5ed
Compare
|
Upstream branch: b4e0758 |
4696116 to
ae079b7
Compare
ceec5ed to
3b54e52
Compare
|
Upstream branch: 6596a02 |
ae079b7 to
f1e7be5
Compare
3b54e52 to
6a0b974
Compare
|
Upstream branch: 507bd4b |
f1e7be5 to
2b87f01
Compare
6a0b974 to
59ca59b
Compare
|
Upstream branch: dd6c438 |
2b87f01 to
f1d255a
Compare
94f0438 to
857ada9
Compare
Use guard() and scoped_guard() for handling mutex and spin locks instead of manually locking and unlocking. This prevents forgotten locks due to early exits and remove the need of gotos. Signed-off-by: Ricardo H H Kojo <[email protected]> Co-developed-by: Ellian Carlos <[email protected]> Signed-off-by: Ellian Carlos <[email protected]> Co-developed-by: Gabriel B L de Oliveira <[email protected]> Signed-off-by: Gabriel B L de Oliveira <[email protected]>
Use guard() and scoped_guard() for handling spin locks instead of manually locking and unlocking. This prevents forgotten locks due to early exits. Signed-off-by: Ricardo H H Kojo <[email protected]> Co-developed-by: Ellian Carlos <[email protected]> Signed-off-by: Ellian Carlos <[email protected]> Co-developed-by: Gabriel B L de Oliveira <[email protected]> Signed-off-by: Gabriel B L de Oliveira <[email protected]>
|
Upstream branch: dd6c438 |
f1d255a to
63b1db3
Compare
Pull request for series with
subject: nullblk: use lock guards
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1082742