commit | 70b16dfa46d05d74effac74abb7d59dc32841632 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Wed Nov 27 19:04:53 2024 +0100 |
committer | Andreas Gruenbacher <agruenba@redhat.com> | Fri Mar 14 19:08:41 2025 +0100 |
tree | 657f286f38d849dfb849ab0731abfefe33cad5a1 | |
parent | 1ee9b5ad20b32fb712405e32d9d56666d6dcb624 [diff] |
gfs2: Make gfs2_glock_cb softirq safe Make gfs2_glock_cb() softirq safe by splitting request_demote() into a first part which can be called in softirq context and a second part which needs to be run in process context. Carry out the first part in gfs2_glock_cb(), and the second part in gfs2_glock_work(). Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>