diff options
Diffstat (limited to 'net/sunrpc')
-rw-r--r-- | net/sunrpc/auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/auth.c b/net/sunrpc/auth.c index 95721426296d..880d0de3f50f 100644 --- a/net/sunrpc/auth.c +++ b/net/sunrpc/auth.c | |||
@@ -321,7 +321,7 @@ rpcauth_prune_expired(struct list_head *free, int nr_to_scan) | |||
321 | * Run memory cache shrinker. | 321 | * Run memory cache shrinker. |
322 | */ | 322 | */ |
323 | static int | 323 | static int |
324 | rpcauth_cache_shrinker(int nr_to_scan, gfp_t gfp_mask) | 324 | rpcauth_cache_shrinker(struct shrinker *shrink, int nr_to_scan, gfp_t gfp_mask) |
325 | { | 325 | { |
326 | LIST_HEAD(free); | 326 | LIST_HEAD(free); |
327 | int res; | 327 | int res; |