Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
block: remove BLK_DEV_DAX config option
The functionality for block device DAX was already removed with commit acc93d3 ("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 commit 03cdadb ("block: disable block device DAX by default") This change reverts that commit, removing the dead config option. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ross Zwisler <[email protected]> Cc: Dave Hansen <[email protected]> Acked-by: Dan Williams <[email protected]> Cc: Jens Axboe <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information