]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gfs2: Minor run_queue fixes
authorAndreas Gruenbacher <agruenba@redhat.com>
Mon, 11 Aug 2025 19:38:23 +0000 (21:38 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Fri, 12 Sep 2025 10:02:53 +0000 (12:02 +0200)
commit47faf937da43df9a84e65e5a880cf813e764971e
tree723102f7ae13db1dfc0c417c3f0c5d366ccc558d
parentcd493dcf4f827700b66d1adb43f20d3838759beb
gfs2: Minor run_queue fixes

Provide a better description of why the GLF_DEMOTE_IN_PROGRESS flag
cannot be set.

Function do_xmote() may block, so make sure it isn't called when
nonblock is true.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Reviewed-by: Andrew Price <anprice@redhat.com>
fs/gfs2/glock.c