Whamcloud - gitweb
LU-2850 ptlrpc: handle sunrpc_cache_pipe_upcall change 96/8396/3
authorJames Simmons <uja.ornl@gmail.com>
Tue, 31 Dec 2013 16:44:02 +0000 (11:44 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Sat, 4 Jan 2014 03:20:09 +0000 (03:20 +0000)
commitddb2d29c72e3cee17fbd5565dc247977e670ac04
tree464c1e43aaf3838a5a03e39329a249220d9c7108
parent13079de3417ce41ce485b2bdad36834e2f6e6e15
LU-2850 ptlrpc: handle sunrpc_cache_pipe_upcall change

Currently the ptlrpc GSS code has a wrapper to call
sunrpc_cache_pipe_upcall which takes three arguments.
The cache_request argument is already stored in the
cache_detail structure which is passed in already. So
for 3.8 the cache_request was removed with commit
21cd1254d3402a72927ed744e8ac1a7cf532f1ea. This patch
enabled Lustre to detect this change and run on newer
kernels.

Signed-off-by: James Simmons <uja.ornl@gmail.com>
Change-Id: I2be613d22aab5a0b8aa207a86e99fc63132affa0
Reviewed-on: http://review.whamcloud.com/8396
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Peng Tao <bergwolf@gmail.com>
Reviewed-by: Thomas Stibor <thomas@stibor.net>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/autoconf/lustre-core.m4
lustre/ptlrpc/gss/gss_svc_upcall.c