]> 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>
Thu, 4 Oct 2012 05:03:19 +0000 (15:03 +1000)
commit0b6e803c3ed139b9c4d9844e29d578815c188d32
tree13deef49133ac3c37cde891227042df6dedf934c
parent6266c00a2b94b74d767aba009e563925499b1c6b
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