Home
last modified time | relevance | path

Searched hist:"7 a2765f6e82063f348ebce78c28eceff741689d4" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/s390/block/
H A DKconfigdiff 7a2765f6e82063f348ebce78c28eceff741689d4 Thu Jan 26 22:54:35 CET 2017 Dan Williams <dan.j.williams@intel.com> dcssblk: add dax_operations support

Setup a dax_dev to have the same lifetime as the dcssblk block device
and add a ->direct_access() method that is equivalent to
dcssblk_direct_access(). Once fs/dax.c has been converted to use
dax_operations the old dcssblk_direct_access() will be removed.

Reported-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Acked-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>