commit | ec4907ff69fb16161d9d9370260303a73dd5acde | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Wed Mar 28 11:01:43 2018 -0400 |
committer | Matthew Wilcox <willy@infradead.org> | Sun Oct 21 10:46:43 2018 -0400 |
tree | e5c1157777be9c99e21800d13b377627cb08f841 | |
parent | a77d19f46a37c0fed48676739e8e0277f43d74e6 [diff] |
dax: Hash on XArray instead of mapping Since the XArray is embedded in the struct address_space, its address contains exactly as much entropy as the address of the mapping. This patch is purely preparatory for later patches which will simplify the wait/wake interfaces. Signed-off-by: Matthew Wilcox <willy@infradead.org>