2008-05-18 02:30:42

by Chuck Lever III

[permalink] [raw]
Subject: [PATCH 0/8] First set of 2.6.27 patches

Hi Trond-

Here are the first eight patches I'd like you to consider for 2.6.27. The
Kconfig patch was part of the Kconfig clean-up series included in 2.6.26,
but was somehow missed.

The SUNRPC patches add some enhancements to RPC debugging.

---

Chuck Lever (8):
SUNRPC: Display symbolic function addresses in rpc_show_tasks
SUNRPC: Rename "call_" functions that are no longer FSM states
SUNRPC: Add second output line for each RPC task in rpc_show_tasks
SUNRPC: Refactor rpc_show_tasks
SUNRPC: Don't display the rpc_show_tasks header if there are no tasks
SUNRPC: Use RPC procedure name in call_verify
SUNRPC: Use RPC procedure name in call_start
NFS: Update help text for CONFIG_NFS_FS


fs/Kconfig | 115 ++++++++++++++++----------------
include/linux/sunrpc/sched.h | 1
net/sunrpc/clnt.c | 150 +++++++++++++++++++++++++++---------------
net/sunrpc/sched.c | 2 -
4 files changed, 156 insertions(+), 112 deletions(-)

--
Chuck Lever