[Cluster-devel] [PATCH] gfs2: Fix debugfs glocks dump

Bob Peterson rpeterso at redhat.com
Tue Sep 19 12:36:08 UTC 2017


----- Original Message -----
| The switch to rhashtables (commit 88ffbf3e03) broke the debugfs glock
| dump (/sys/kernel/debug/gfs2/<device>/glocks) for dumps bigger than a
| single buffer: the right function for restarting an rhashtable iteration
| from the beginning of the hash table is rhashtable_walk_enter;
| rhashtable_walk_stop + rhashtable_walk_start will just resume from the
| current position.
| 
| Signed-off-by: Andreas Gruenbacher <agruenba at redhat.com>
| ---

Hi,

Thanks. This is now pushed to the for-next branch of the linux-gfs2 tree:
https://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git/commit/?h=for-next&id=fdc47b4f0c2381d1dddeec7fffad0382ea1b9fcb

Regards,

Bob Peterson
Red Hat File Systems




More information about the Cluster-devel mailing list