]> Git Repo - linux.git/commit
svc: Change sk_inuse to a kref
authorTom Tucker <[email protected]>
Mon, 31 Dec 2007 03:07:46 +0000 (21:07 -0600)
committerJ. Bruce Fields <[email protected]>
Fri, 1 Feb 2008 21:42:11 +0000 (16:42 -0500)
commite1b3157f9710622bad6c7747d3b08ed3d2394cf6
treee03687e0363fdb2307f7e4909a735e8d1331050a
parentd7c9f1ed972b4a468dd24a2457721704dfe9ca70
svc: Change sk_inuse to a kref

Change the atomic_t reference count to a kref and move it to the
transport indepenent svc_xprt structure. Change the reference count
wrapper names to be generic.

Signed-off-by: Tom Tucker <[email protected]>
Acked-by: Neil Brown <[email protected]>
Reviewed-by: Chuck Lever <[email protected]>
Reviewed-by: Greg Banks <[email protected]>
Signed-off-by: J. Bruce Fields <[email protected]>
include/linux/sunrpc/svc_xprt.h
include/linux/sunrpc/svcsock.h
net/sunrpc/svc_xprt.c
net/sunrpc/svcsock.c
This page took 0.05546 seconds and 4 git commands to generate.