commit | 44a4a66b619a0a83a52e707ebcd80182207bd50e | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Mon Nov 05 10:53:09 2018 -0500 |
committer | Matthew Wilcox <willy@infradead.org> | Fri Nov 16 16:27:28 2018 -0500 |
tree | bbeb75a86cf6ded31ba8a81db45fae19bbb34ad2 | |
parent | 804dfaf01bcc9daa4298c608ba9018abf616ec48 [diff] |
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>