2011-03-16 17:11:26

by David Teigland

[permalink] [raw]
Subject: [PATCH 0/3] dlm patches for 2.6.39


These are the dlm patches from -next for the 2.6.39 merge.

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(-)