diff options
| author | 2010-07-21 09:30:59 -0700 | |
|---|---|---|
| committer | 2010-07-21 09:30:59 -0700 | |
| commit | 052a1cdbfabf2d122ee4eb5ce34ae1e1d72ded09 (patch) | |
| tree | d6a770ba38583ed4bb4525bd96e50461655d2758 /net/sunrpc/auth.c | |
| parent | Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 (diff) | |
| parent | mm: add context argument to shrinker callback to remaining shrinkers (diff) | |
| download | linux-dev-052a1cdbfabf2d122ee4eb5ce34ae1e1d72ded09.tar.xz linux-dev-052a1cdbfabf2d122ee4eb5ce34ae1e1d72ded09.zip | |
Merge branch 'shrinker' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/xfsdev
* 'shrinker' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/xfsdev:
mm: add context argument to shrinker callback to remaining shrinkers
Diffstat (limited to 'net/sunrpc/auth.c')
| -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 73affb8624fa..8dc47f1d0001 100644 --- a/net/sunrpc/auth.c +++ b/net/sunrpc/auth.c @@ -267,7 +267,7 @@ rpcauth_prune_expired(struct list_head *free, int nr_to_scan) * Run memory cache shrinker. */ static int -rpcauth_cache_shrinker(int nr_to_scan, gfp_t gfp_mask) +rpcauth_cache_shrinker(struct shrinker *shrink, int nr_to_scan, gfp_t gfp_mask) { LIST_HEAD(free); int res; |
