Files
linux-st/fs
Andreas Gruenbacher a7ac203d8f gfs2: Fix "Introduce flag for glock holder auto-demotion"
Function demote_incompat_holders iterates over the list of glock holders
with list_for_each_entry, and it then sometimes removes the current
holder from the list.  This will get the loop stuck; we must use
list_for_each_entry_safe instead.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
2021-11-08 16:29:28 +01:00
..
2021-10-25 19:11:50 -07:00
2021-09-10 09:46:48 -07:00
2021-10-18 14:43:23 -06:00
2021-10-18 14:43:23 -06:00
2021-10-18 14:43:22 -06:00
2021-10-26 19:08:08 +02:00
2021-10-19 05:49:54 -06:00
2021-10-19 14:11:39 -04:00