Re: [PATCH 9/9] slab: remove a useless lockdep annotation
From: Christoph Lameter <hidden>
Date: 2014-02-14 18:50:07
Also in:
lkml
From: Christoph Lameter <hidden>
Date: 2014-02-14 18:50:07
Also in:
lkml
On Fri, 14 Feb 2014, Joonsoo Kim wrote:
@@ -921,7 +784,7 @@ static int transfer_objects(struct array_cache *to, static inline struct alien_cache **alloc_alien_cache(int node, int limit, gfp_t gfp) { - return (struct alien_cache **)BAD_ALIEN_MAGIC; + return NULL; }
Why change the BAD_ALIEN_MAGIC? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>