]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
block_dev: remove DAX leftovers
authorChristoph Hellwig <hch@lst.de>
Wed, 14 Sep 2016 09:56:13 +0000 (11:56 +0200)
committerJens Axboe <axboe@fb.com>
Wed, 14 Sep 2016 14:41:59 +0000 (08:41 -0600)
commit223757016837d5bc8546c5683e13fbafe6cb374d
treeea32780caa0794713e23d35493ce1a56ff5f6c8a
parentd21ea4bc0f6afbc852f1436c7c691c7b6fed0eb8
block_dev: remove DAX leftovers

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 reads/writes to block devices").

Remove those leftovers.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Acked-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
fs/block_dev.c