dlm: fix seq_file usage in debugfs lock dump
authorDavid Teigland <teigland@redhat.com>
Wed, 7 Jan 2009 22:48:52 +0000 (16:48 -0600)
committerDavid Teigland <teigland@redhat.com>
Thu, 8 Jan 2009 21:12:31 +0000 (15:12 -0600)
commit892c4467e335e9050c95e0d8409c136c4dadaca2
treeaa5fda6f6f6db529212980def510edf8810debfc
parent238c6d54830c624f34ac9cf123ac04aebfca5013
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>
fs/dlm/debug_fs.c