X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=mm%2Fslob.c;h=94a7fede6d4878942c3454afbac59210305d7dfb;hb=1d9e71404e2c3f37387991534983dcb2ab05660d;hp=96a86206a26b2ce6ea4fc8a71441a5e4d4ded26a;hpb=3d0f8536cd24079a68a53266517f6ab85d7d6f5b;p=firefly-linux-kernel-4.4.55.git diff --git a/mm/slob.c b/mm/slob.c index 96a86206a26b..94a7fede6d48 100644 --- a/mm/slob.c +++ b/mm/slob.c @@ -618,7 +618,7 @@ int __kmem_cache_shutdown(struct kmem_cache *c) return 0; } -int __kmem_cache_shrink(struct kmem_cache *d) +int __kmem_cache_shrink(struct kmem_cache *d, bool deactivate) { return 0; }