commit | 88ffbf3e037e67b52c46d528aca1618489c21f68 | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Mon Mar 16 11:02:46 2015 -0500 |
committer | Bob Peterson <rpeterso@redhat.com> | Thu Sep 03 13:33:24 2015 -0500 |
tree | 680b7125968bc062c3569c5d6a4941415ea7ce42 | |
parent | 15562c439d0a1850b71aa1c0d92d1f4fb9503c8d [diff] |
GFS2: Use resizable hash table for glocks This patch changes the glock hash table from a normal hash table to a resizable hash table, which scales better. This also simplifies a lot of code. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Acked-by: Steven Whitehouse <swhiteho@redhat.com>