[SUNRPC]: fix rpc debugging
authorJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 30 Oct 2007 08:07:15 +0000 (01:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Oct 2007 08:07:15 +0000 (01:07 -0700)
commit521c2a43b2e72dd5c9ab1b1ae7f894ba8a58779d
treeb9ab0505d72c8362f826b08ef89e2319c34da327
parent0ccfe61803ad24f1c0fe5e1f5ce840ff0f3d9660
[SUNRPC]: fix rpc debugging

Commit baa3a2a0d24ebcf1c451bec8e5bee3d3467f4cbb, by removing initialization
of the ctl_name field, broke this conditional, preventing the display of
rpc_tasks that you previously got when turning on rpc debugging.

[akpm@linux-foundation.org: coding-style fixes]

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Acked-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sunrpc/sysctl.c