Re: [PATCH] block_dev: remove DAX leftovers

2016-09-14 Thread Jens Axboe
On 09/14/2016 03:56 AM, Christoph Hellwig wrote: DAX support for block devices was removed in commits 03cdad ("block: disable block device DAX by default") and 99a01cd ("block: remove BLK_DEV_DAX config option"), but we still kept a call to dax_do_io and some uneeded i_flags manipulations

Re: [PATCH] block_dev: remove DAX leftovers

2016-09-14 Thread Dan Williams
On Wed, Sep 14, 2016 at 2:56 AM, Christoph Hellwig wrote: > DAX support for block devices was removed in commits 03cdad > ("block: disable block device DAX by default") and 99a01cd > ("block: remove BLK_DEV_DAX config option"), but we still kept a call to > dax_do_io and some uneeded

Re: [PATCH] block_dev: remove DAX leftovers

2016-09-14 Thread Johannes Thumshirn
On Wed, Sep 14, 2016 at 11:56:13AM +0200, Christoph Hellwig wrote: > DAX support for block devices was removed in commits 03cdad > ("block: disable block device DAX by default") and 99a01cd > ("block: remove BLK_DEV_DAX config option"), but we still kept a call to > dax_do_io and some uneeded

[PATCH] block_dev: remove DAX leftovers

2016-09-14 Thread Christoph Hellwig
DAX support for block devices was removed in commits 03cdad ("block: disable block device DAX by default") and 99a01cd ("block: remove BLK_DEV_DAX config option"), but we still kept a call to dax_do_io and some uneeded i_flags manipulations introduced in commit bbab37 ("block: Add support for DAX