Re: [PATCH] block: remove BLK_DEV_DAX config option

2016-07-29 Thread Jens Axboe
On 07/29/2016 12:23 PM, Ross Zwisler wrote: The functionality for block device DAX was already removed with this commit: commit acc93d30d7d4 ("Revert "block: enable dax for raw block devices"") However, we still had a config option hanging around that was always disabled because it depended on

Re: [PATCH] block: remove BLK_DEV_DAX config option

2016-07-29 Thread Dan Williams
On Fri, Jul 29, 2016 at 11:23 AM, Ross Zwisler wrote: > The functionality for block device DAX was already removed with this > commit: > > commit acc93d30d7d4 ("Revert "block: enable dax for raw block devices"") > > However, we still had a config option hanging around that was always > disabled be

[PATCH] block: remove BLK_DEV_DAX config option

2016-07-29 Thread Ross Zwisler
The functionality for block device DAX was already removed with this commit: commit acc93d30d7d4 ("Revert "block: enable dax for raw block devices"") However, we still had a config option hanging around that was always disabled because it depended on CONFIG_BROKEN. This config option was introdu