* [GIT PULL] dlm fix for 2.6.29-rc1
@ 2009-01-12 19:22 David Teigland
0 siblings, 0 replies; only message in thread
From: David Teigland @ 2009-01-12 19:22 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel
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(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-12 18:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-12 19:22 [GIT PULL] dlm fix for 2.6.29-rc1 David Teigland
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome