XArray: Correct xa_store_range
authorMatthew Wilcox <willy@infradead.org>
Mon, 5 Nov 2018 15:53:09 +0000 (10:53 -0500)
committerMatthew Wilcox <willy@infradead.org>
Fri, 16 Nov 2018 21:27:28 +0000 (16:27 -0500)
commit44a4a66b619a0a83a52e707ebcd80182207bd50e
treebbeb75a86cf6ded31ba8a81db45fae19bbb34ad2
parent804dfaf01bcc9daa4298c608ba9018abf616ec48
XArray: Correct xa_store_range

The explicit '64' should have been BITS_PER_LONG, but while looking at
this code I realised I meant to use __ffs(), not ilog2().

Signed-off-by: Matthew Wilcox <willy@infradead.org>
lib/xarray.c