]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rbtree: fix jffs2 build issue due to renamed __rb_parent_color field
authorDavid Woodhouse <dwmw2@infradead.org>
Thu, 13 Sep 2012 00:58:46 +0000 (10:58 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Sep 2012 07:27:54 +0000 (17:27 +1000)
commit596b68c06b8895598d32bff1cc4b29771cfac2f1
tree55510b9faf7953cd57efa094aacc9c444678c83b
parente48aefbdd3886c24259eb3b9ad62d2fb6fd21db0
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