commit | 1647b9b959c7b1b3c20e8efa2c40529e7dce756a | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Wed Jan 25 16:54:45 2017 -0800 |
committer | Dan Williams <dan.j.williams@intel.com> | Wed Apr 19 15:14:36 2017 -0700 |
tree | ead50daa12cc606be8f24d6cc9fb18cb4a18bcfe | |
parent | 60fcd55cc236dbb3d6587f48120f00f59cb08540 [diff] |
brd: add dax_operations support Setup a dax_inode to have the same lifetime as the brd block device and add a ->direct_access() method that is equivalent to brd_direct_access(). Once fs/dax.c has been converted to use dax_operations the old brd_direct_access() will be removed. Signed-off-by: Dan Williams <dan.j.williams@intel.com>