On Fri, Dec 15, 2017 at 6:09 AM, Christoph Hellwig <h...@lst.de> wrote: > We can just pass this on instead of having to do a radix tree lookup > without proper locking a few levels into the callchain. > > Signed-off-by: Christoph Hellwig <h...@lst.de>
Now I remember why I went with the radix lookup, laziness! This looks good to me, I appreciate you digging in. Reviewed-by: Dan Williams <dan.j.willi...@intel.com>