Re: [PATCH v4 14/18] ext2: use DEFINE_FSDAX_AOPS

2018-01-04 Thread Christoph Hellwig
Same comment as for XFS applies here as well. ___ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm

[PATCH v4 14/18] ext2: use DEFINE_FSDAX_AOPS

2017-12-23 Thread Dan Williams
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. Cc: Jan Kara Signed-off-by: