commit | 9d109081c261d87fc84e0cce245796796ae4c460 | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Sat May 13 16:18:21 2017 -0700 |
committer | Dan Williams <dan.j.williams@intel.com> | Sat May 13 16:18:21 2017 -0700 |
tree | 761137483cb92db53f1484be40bf6094cdce7aa2 | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 [diff] |
dax: fix false CONFIG_BLOCK dependency In the BLOCK=n case the dax core does not need to / must not emit the block-device-dax helpers. Otherwise it leads to compile errors. Cc: Arnd Bergmann <arnd@arndb.de> Reported-by: Fabian Frederick <fabf@skynet.be> Fixes: ef51042472f5 ("block, dax: move 'select DAX' from BLOCK to FS_DAX") Signed-off-by: Dan Williams <dan.j.williams@intel.com>