]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Ensure that we can trace waitqueues when !defined(CONFIG_SYSCTL)
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 9 Feb 2012 03:01:15 +0000 (22:01 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 15 Feb 2012 05:19:51 +0000 (00:19 -0500)
commit79ccc1615dfbfc9b0c9c87cfc2726ee5585524e3
tree8ad3049b8303e4537f03ce3c11abdad468cd0803
parentfac5de60aff55c810a0392a3a89a925ebe32e756
SUNRPC: Ensure that we can trace waitqueues when !defined(CONFIG_SYSCTL)

The tracepoint code relies on the queue->name being defined in order to
be able to display the name of the waitqueue on which an RPC task is
sleeping.

Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Reported-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
include/linux/sunrpc/debug.h
include/linux/sunrpc/sched.h
net/sunrpc/sched.c