commit | 02c02bf12c5d838603eed44195d3e91f094e2ab2 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Fri Nov 03 23:09:45 2017 -0400 |
committer | Matthew Wilcox <willy@infradead.org> | Sat Sep 29 22:47:49 2018 -0400 |
tree | cd7ab986f4b11b330f59d04f0bb9f618efb579fc | |
parent | 3159f943aafdbacb2f94c38fdaadabf2bbde2a14 [diff] |
xarray: Change definition of sibling entries Instead of storing a pointer to the slot containing the canonical entry, store the offset of the slot. Produces slightly more efficient code (~300 bytes) and simplifies the implementation. Signed-off-by: Matthew Wilcox <willy@infradead.org> Reviewed-by: Josef Bacik <jbacik@fb.com>