Roland Dreier <rolandd at cisco.com> wrote: > > Fix thinko in rd_atomic calculation: ffs(x) - 1 does not find the next > power of 2 -- it should be fls(x - 1). Please use round_up_pow_of_two().