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

+2 -2
+1 -1
drivers/gpu/drm/ttm/ttm_page_alloc.c
··· 394 394 /** 395 395 * Callback for mm to request pool to reduce number of page held. 396 396 */ 397 - static int ttm_pool_mm_shrink(int shrink_pages, gfp_t gfp_mask) 397 + static int ttm_pool_mm_shrink(struct shrinker *shrink, int shrink_pages, gfp_t gfp_mask) 398 398 { 399 399 static atomic_t start_pool = ATOMIC_INIT(0); 400 400 unsigned i;
+1 -1
net/sunrpc/auth.c
··· 267 267 * Run memory cache shrinker. 268 268 */ 269 269 static int 270 - rpcauth_cache_shrinker(int nr_to_scan, gfp_t gfp_mask) 270 + rpcauth_cache_shrinker(struct shrinker *shrink, int nr_to_scan, gfp_t gfp_mask) 271 271 { 272 272 LIST_HEAD(free); 273 273 int res;