···394394/**395395 * Callback for mm to request pool to reduce number of page held.396396 */397397-static int ttm_pool_mm_shrink(int shrink_pages, gfp_t gfp_mask)397397+static int ttm_pool_mm_shrink(struct shrinker *shrink, int shrink_pages, gfp_t gfp_mask)398398{399399 static atomic_t start_pool = ATOMIC_INIT(0);400400 unsigned i;
+1-1
net/sunrpc/auth.c
···267267 * Run memory cache shrinker.268268 */269269static int270270-rpcauth_cache_shrinker(int nr_to_scan, gfp_t gfp_mask)270270+rpcauth_cache_shrinker(struct shrinker *shrink, int nr_to_scan, gfp_t gfp_mask)271271{272272 LIST_HEAD(free);273273 int res;