From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] Drop superfluous casts in nr_free_pages() callers Date: Mon, 03 Aug 2009 12:02:30 -0700 (PDT) Message-ID: <20090803.120230.197595669.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:54319 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753617AbZHCTCV (ORCPT ); Mon, 3 Aug 2009 15:02:21 -0400 In-Reply-To: Sender: linux-arch-owner@vger.kernel.org List-ID: To: Geert.Uytterhoeven@sonycom.com Cc: cl@linux-foundation.org, akpm@linux-foundation.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org From: Geert Uytterhoeven Date: Mon, 3 Aug 2009 18:11:42 +0200 (CEST) > Commit 96177299416dbccb73b54e6b344260154a445375 ("Drop free_pages()") > modified nr_free_pages() to return 'unsigned long' instead of 'unsigned int'. > This made the casts to 'unsigned long' in most callers superfluous, hence > remove them. > > Signed-off-by: Geert Uytterhoeven Acked-by: David S. Miller