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