commit | fb094c90748fbeba1063927eeb751add147b35b9 | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Thu Dec 21 12:25:11 2017 -0800 |
committer | Dan Williams <dan.j.williams@intel.com> | Tue Apr 03 05:41:05 2018 -0700 |
tree | 332b11f81eb36df6ca73a11d00b1f3f2a2928e8d | |
parent | 5f0663bb4a64f588f0a2dd6d1be68d40f9af0086 [diff] |
ext2, dax: introduce ext2_dax_aops In preparation for the dax implementation to start associating dax pages to inodes via page->mapping, we need to provide a 'struct address_space_operations' instance for dax. Otherwise, direct-I/O triggers incorrect page cache assumptions and warnings. Reviewed-by: Jan Kara <jack@suse.com> Reported-by: kbuild test robot <lkp@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>