SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() function
authorStanislav Kinsbursky <skinsbursky@parallels.com>
Mon, 4 Feb 2013 11:02:55 +0000 (14:02 +0300)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 15 Feb 2013 15:43:47 +0000 (10:43 -0500)
commit21cd1254d3402a72927ed744e8ac1a7cf532f1ea
tree614baf2ba9099118ff94c3954fa5f22dcb75a086
parent2d4383383b0b04ca380b67aa2d7397d0b399dcbf
SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() function

Passing this pointer is redundant since it's stored on cache_detail structure,
which is also passed to sunrpc_cache_pipe_upcall () function.

Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfs/dns_resolve.c
include/linux/sunrpc/cache.h
net/sunrpc/cache.c