commit | 27c3b415f6ffe6d29a95c8187e35436fcc9638b6 | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Fri Aug 18 09:15:13 2017 -0500 |
committer | Bob Peterson <rpeterso@redhat.com> | Fri Aug 25 18:47:18 2017 -0500 |
tree | 462a65c862eee03df2a72490e5ab6d44ec25728f | |
parent | 561b796987af8b169c47375194527219ef5b0974 [diff] |
GFS2: Fix up some sparse warnings This patch cleans up various pieces of GFS2 to avoid sparse errors. This doesn't fix them all, but it fixes several. The first error, in function glock_hash_walk was a genuine bug where the rhashtable could be started and not stopped. Signed-off-by: Bob Peterson <rpeterso@redhat.com>