Linus,
Please pull dlm updates for 2.6.39 from:
git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git for-linus
There's one significant change to how we keep track of callbacks. It
removes the guess work we were trying to do given odd combinations of
callbacks, and seems to have fixed a problem gfs2 QE found. There are two
other trivial changes.
Thanks,
Dave
David Teigland (3):
dlm: record full callback state
dlm: increase default hash table sizes
dlm: use alloc_workqueue function
fs/dlm/ast.c | 257 +++++++++++++++++++++++++++++++++++++-----------
fs/dlm/ast.h | 7 +-
fs/dlm/config.c | 4 +-
fs/dlm/debug_fs.c | 4 +-
fs/dlm/dlm_internal.h | 35 ++++---
fs/dlm/lock.c | 38 ++++----
fs/dlm/lowcomms.c | 6 +-
fs/dlm/rcom.c | 4 +-
fs/dlm/user.c | 185 ++++++++++++-----------------------
fs/dlm/user.h | 3 +-
10 files changed, 317 insertions(+), 226 deletions(-)