Searched hist:e10249b1902d3b0b71e99f518a695c2c39ab4fe6 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/dlm/ |
H A D | dir.c | diff e10249b1902d3b0b71e99f518a695c2c39ab4fe6 Tue Nov 02 14:17:13 CDT 2021 Alexander Aring <aahringo@redhat.com> fs: dlm: use dlm_recovery_stopped in condition
This patch will change to evaluate the dlm_recovery_stopped() in the condition of the if branch instead fetch it before evaluating the condition. As this is an atomic test-set operation it should be evaluated in the condition itself.
Reported-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Alexander Aring <aahringo@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>
|
H A D | recoverd.c | diff e10249b1902d3b0b71e99f518a695c2c39ab4fe6 Tue Nov 02 14:17:13 CDT 2021 Alexander Aring <aahringo@redhat.com> fs: dlm: use dlm_recovery_stopped in condition
This patch will change to evaluate the dlm_recovery_stopped() in the condition of the if branch instead fetch it before evaluating the condition. As this is an atomic test-set operation it should be evaluated in the condition itself.
Reported-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Alexander Aring <aahringo@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>
|
H A D | member.c | diff e10249b1902d3b0b71e99f518a695c2c39ab4fe6 Tue Nov 02 14:17:13 CDT 2021 Alexander Aring <aahringo@redhat.com> fs: dlm: use dlm_recovery_stopped in condition
This patch will change to evaluate the dlm_recovery_stopped() in the condition of the if branch instead fetch it before evaluating the condition. As this is an atomic test-set operation it should be evaluated in the condition itself.
Reported-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Alexander Aring <aahringo@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>
|