[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4F3A2285.7060700@linux.vnet.ibm.com>
Date: Tue, 14 Feb 2012 16:59:49 +0800
From: Xiao Guangrong <xiaoguangrong@...ux.vnet.ibm.com>
To: Andrew Morton <akpm@...ux-foundation.org>
CC: linux-mm@...ck.org, LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH 1/4] prio_tree: remove unnecessary code in prio_tree_replace
Remove the code since 'node' has already been initialized in the
begin of the function
Signed-off-by: Xiao Guangrong <xiaoguangrong@...ux.vnet.ibm.com>
---
lib/prio_tree.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/lib/prio_tree.c b/lib/prio_tree.c
index ccfd850..423eba8 100644
--- a/lib/prio_tree.c
+++ b/lib/prio_tree.c
@@ -151,7 +151,6 @@ struct prio_tree_node *prio_tree_replace(struct prio_tree_root *root,
* We can reduce root->index_bits here. However, it is complex
* and does not help much to improve performance (IMO).
*/
- node->parent = node;
root->prio_tree_node = node;
} else {
node->parent = old->parent;
--
1.7.7.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists