commit | 60fcd55cc236dbb3d6587f48120f00f59cb08540 | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Wed Jan 25 15:25:11 2017 -0800 |
committer | Dan Williams <dan.j.williams@intel.com> | Wed Apr 19 15:14:36 2017 -0700 |
tree | 00da188329133a05706b69a0add1ee06033ff6aa | |
parent | c1d6e828a35df524df2af277eedd1471d05e4f4c [diff] |
axon_ram: add dax_operations support Setup a dax_device to have the same lifetime as the axon_ram block device and add a ->direct_access() method that is equivalent to axon_ram_direct_access(). Once fs/dax.c has been converted to use dax_operations the old axon_ram_direct_access() will be removed. Reported-by: Gerald Schaefer <gerald.schaefer@de.ibm.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>