From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx176.postini.com [74.125.245.176]) by kanga.kvack.org (Postfix) with SMTP id 3BEFD6B004D for ; Wed, 21 Dec 2011 22:16:05 -0500 (EST) Received: by iacb35 with SMTP id b35so14341643iac.14 for ; Wed, 21 Dec 2011 19:16:04 -0800 (PST) Message-ID: <4EF2A0ED.8080308@gmail.com> Date: Thu, 22 Dec 2011 11:15:57 +0800 From: "nai.xia" MIME-Version: 1.0 Subject: [PATCH] radix_tree: delete orphaned macro radix_tree_indirect_to_ptr References: <20111221050740.GD23662@dastard> <20111221221527.GE23662@dastard> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Hugh Dickins Cc: Andrew Morton , Dave Chinner , Jan Kara , Mel Gorman , linux-kernel@vger.kernel.org, linux-mm@kvack.org Seems nobody has been using the macro radix_tree_indirect_to_ptr() since long time ago. Delete it. Signed-off-by: Nai Xia --- include/linux/radix-tree.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) --- a/include/linux/radix-tree.h +++ b/include/linux/radix-tree.h @@ -49,9 +49,6 @@ #define RADIX_TREE_EXCEPTIONAL_ENTRY 2 #define RADIX_TREE_EXCEPTIONAL_SHIFT 2 -#define radix_tree_indirect_to_ptr(ptr) \ - radix_tree_indirect_to_ptr((void __force *)(ptr)) - static inline int radix_tree_is_indirect_ptr(void *ptr) { return (int)((unsigned long)ptr & RADIX_TREE_INDIRECT_PTR); -- 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/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org