commit | eb797a8ee0ab4cd03df556980ce7bf167cadaa50 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Mon Mar 05 22:46:03 2018 -0500 |
committer | Matthew Wilcox <willy@infradead.org> | Sun Oct 21 10:46:33 2018 -0400 |
tree | e7c81b546b56103adf4ea9d15965034c10c52763 | |
parent | f32f004cddf86d63a9c42994bbce9f4e2f07c9fa [diff] |
page cache: Rearrange address_space Change i_pages from a radix_tree_root to an xarray, convert the documentation into kernel-doc format and change the order of the elements to pack them better on 64-bit systems. Signed-off-by: Matthew Wilcox <willy@infradead.org>