commit | e9c4759e8fe21d72133cc4e7fcfed5fe76b48a68 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Thu Nov 28 13:19:40 2024 +0100 |
committer | Andreas Gruenbacher <agruenba@redhat.com> | Fri Mar 14 19:09:05 2025 +0100 |
tree | 16a798b2178ce8b262e7d044673250693169b5ed | |
parent | 70b16dfa46d05d74effac74abb7d59dc32841632 [diff] |
gfs2: Make gfs2_glock_complete softirq safe Make gfs2_glock_complete() softirq safe by not taking the glock spin lock anymore: apart from an additional barrier that is needed now, the rest of the code is already softirq safe. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>