sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free it
authorJeff Layton <jlayton@primarydata.com>
Fri, 21 Nov 2014 19:19:28 +0000 (14:19 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 9 Dec 2014 16:22:22 +0000 (11:22 -0500)
commit812443865c5fc255363d4a684a62c086af1addca
treeaed67f73c91814fc0ee5e59d53b8c97a28148074
parent0b5707e4524eb817b7b02863887820d27b56910a
sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free it

...also make the manipulation of sp_all_threads list use RCU-friendly
functions.

Signed-off-by: Jeff Layton <jlayton@primarydata.com>
Tested-by: Chris Worley <chris.worley@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
include/linux/sunrpc/svc.h
include/trace/events/sunrpc.h
net/sunrpc/svc.c