commit | 9b89a0355144685a787b0dc5bcf7bdd6f2d02968 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Fri Nov 10 09:34:31 2017 -0500 |
committer | Matthew Wilcox <willy@infradead.org> | Sun Oct 21 10:45:57 2018 -0400 |
tree | 5e9d4f434e638313df1f9d96c145097b9897d122 | |
parent | ad3d6c7263e368abdc151e1cc13dc78aa39cc7a7 [diff] |
xarray: Add XArray marks 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>