Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752804AbaBNSuH (ORCPT ); Fri, 14 Feb 2014 13:50:07 -0500 Received: from qmta15.emeryville.ca.mail.comcast.net ([76.96.27.228]:54763 "EHLO qmta15.emeryville.ca.mail.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752496AbaBNSuA (ORCPT ); Fri, 14 Feb 2014 13:50:00 -0500 Date: Fri, 14 Feb 2014 12:49:57 -0600 (CST) From: Christoph Lameter X-X-Sender: cl@nuc To: Joonsoo Kim cc: Pekka Enberg , Andrew Morton , David Rientjes , Wanpeng Li , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Joonsoo Kim Subject: Re: [PATCH 9/9] slab: remove a useless lockdep annotation In-Reply-To: <1392361043-22420-10-git-send-email-iamjoonsoo.kim@lge.com> Message-ID: References: <1392361043-22420-1-git-send-email-iamjoonsoo.kim@lge.com> <1392361043-22420-10-git-send-email-iamjoonsoo.kim@lge.com> Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/