Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xarray: Add XArray marks | Matthew Wilcox | 2018-10-21 | 1 | -0/+109 |
XArray marks are like the radix tree tags, only slightly more strongly typed. They are renamed in order to distinguish them from tagged pointers. This commit adds the basic get/set/clear operations. Signed-off-by: Matthew Wilcox <willy@infradead.org> |