commit | 892c4467e335e9050c95e0d8409c136c4dadaca2 | [log] [tgz] |
---|---|---|
author | David Teigland <teigland@redhat.com> | Wed Jan 07 16:48:52 2009 -0600 |
committer | David Teigland <teigland@redhat.com> | Thu Jan 08 15:12:31 2009 -0600 |
tree | aa5fda6f6f6db529212980def510edf8810debfc | |
parent | 238c6d54830c624f34ac9cf123ac04aebfca5013 [diff] |
dlm: fix seq_file usage in debugfs lock dump The old code would leak iterators and leave reference counts on rsbs because it was ignoring the "stop" seq callback. The code followed an example that used the seq operations differently. This new code is based on actually understanding how the seq operations work. It also improves things by saving the hash bucket in the position to avoid cycling through completed buckets in start. Siged-off-by: Davd Teigland <teigland@redhat.com>