]> git.baikalelectronics.ru Git - kernel.git/commit
rb_tree: reorganize code in rb_erase() for additional changes
authorWolfram Strepp <wstrepp@gmx.de>
Tue, 16 Jun 2009 22:34:11 +0000 (15:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 17 Jun 2009 02:47:56 +0000 (19:47 -0700)
commit1e694dc53b24cb51a18a4335620eb12ca73b35fb
tree80702a25fc558bec68e3214048fd6f8301e7d17d
parent19e7ff547cee86563b79da64e58d7fda48f5d357
rb_tree: reorganize code in rb_erase() for additional changes

First, move some code around in order to make the next change more obvious.

[akpm@linux-foundation.org: coding-style fixes]
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Wolfram Strepp <wstrepp@gmx.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/rbtree.c