commit | 0e9446c35a80931044b6d8d2d74a9cabd248539f | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <[email protected]> | Wed Aug 15 14:13:29 2018 -0400 |
committer | Matthew Wilcox <[email protected]> | Sun Oct 21 10:46:46 2018 -0400 |
tree | 22064e303ba555570acaefb65734a53be36d4d44 | |
parent | 4f06d6302da682157890f72c0573e12a73536814 [diff] |
xarray: Add range store functionality This version of xa_store_range() really only supports load and store. Our only user only needs basic load and store functionality, so there's no need to do the extra work to support marking and overlapping stores correctly yet. Signed-off-by: Matthew Wilcox <[email protected]>