[GIT PULL] dlm fix for 2.6.29-rc1

From: David Teigland
Date: Mon Jan 12 2009 - 13:37:28 EST


Linus,

Please pull two dlm patches for 2.6.29-rc1 from:

git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git for-linus

The first fixes incorrect seq_file usage in the debugfs lock dump. I had
to rework all the seq ops which created the large diff.
The second isn't a fix, but changes an rwlock (used prominently in the
first patch) into a spinlock.
Thanks,
Dave

David Teigland (2):
dlm: fix seq_file usage in debugfs lock dump
dlm: change rsbtbl rwlock to spinlock

fs/dlm/debug_fs.c | 696 ++++++++++++++++++++++++-------------------------
fs/dlm/dlm_internal.h | 2 +-
fs/dlm/lock.c | 26 +-
fs/dlm/lockspace.c | 2 +-
fs/dlm/recover.c | 10 +-
5 files changed, 357 insertions(+), 379 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/