block: remove BLK_DEV_DAX config option
authorRoss Zwisler <ross.zwisler@linux.intel.com>
Fri, 29 Jul 2016 21:18:24 +0000 (15:18 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 29 Jul 2016 21:18:24 +0000 (15:18 -0600)
commit092908b3be75083f8ac44a4394db5d1d71758f05
tree39d55b9b9f5bade1eec556eba8ae144731688911
parenta652dbee258b36bc57baf6fc4615748019422a27
block: remove BLK_DEV_DAX config option

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
introduced in this commit:

commit 03cdadb04077 ("block: disable block device DAX by default")

This change reverts that commit, removing the dead config option.

Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>
Cc: Dave Hansen <dave.hansen@linux.intel.com>
Acked-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/Kconfig
fs/block_dev.c