Re: [PATCH 1/9] rbtree: Cache leftmost node internally
From: Christoph Hellwig
Date: Sat Jul 15 2017 - 06:55:00 EST
Is the leftmost node so much more special than the rightmost one?
Just asking because I have some code that caches both of them, but
using your helpers would make it look very asymmetric..