]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rbtree: fix jffs2 build issue due to renamed __rb_parent_color field
authorDavid Woodhouse <dwmw2@infradead.org>
Fri, 28 Sep 2012 00:19:25 +0000 (10:19 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 8 Oct 2012 03:00:01 +0000 (14:00 +1100)
commit1b39603d86a2da023299bb1b947060e191625cc9
treeb3f7b972ff25b253e72c3f8e0d3abb86cfe959fd
parent94005a91aa84c8e9dafb8d5eb575b021b64f332c
rbtree: fix jffs2 build issue due to renamed __rb_parent_color field

... and clean up the comments to better explain why it's acceptable to
do it this way instead of using rb_erase() "properly".

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Cc: Michel Lespinasse <walken@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/jffs2/readinode.c