commit | 3012110d71f41410932924e1d188f9eb57f1f824 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Thu Nov 19 08:32:31 2020 -0500 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Tue Mar 30 13:42:33 2021 -0400 |
tree | bdad57981759c2fe3fc329cef4577297ab9a76b8 | |
parent | 12efebab09e383bf366bec323bd296b7d90e1c43 [diff] |
XArray: Fix splitting to non-zero orders Splitting an order-4 entry into order-2 entries would leave the array containing pointers to 000040008000c000 instead of 000044448888cccc. This is a one-character fix, but enhance the test suite to check this case. Reported-by: Zi Yan <ziy@nvidia.com> Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>