commit | cccbce67158290537cc671cbd4c1564876485a65 | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Fri Jan 27 13:31:42 2017 -0800 |
committer | Dan Williams <dan.j.williams@intel.com> | Tue Apr 25 13:20:46 2017 -0700 |
tree | 659d4b28303c16f05c9a99b05e574a81e8842629 | |
parent | a41fe02b6bba853a29c864d00fd161bbe6cfc715 [diff] |
filesystem-dax: convert to dax_direct_access() Now that a dax_device is plumbed through all dax-capable drivers we can switch from block_device_operations to dax_operations for invoking ->direct_access. This also lets us kill off some usages of struct blk_dax_ctl on the way to its eventual removal. Suggested-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dan Williams <dan.j.williams@intel.com>