commit | cb389b9c0e00c30c9daf20287f7d91e2466edbb1 | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Fri Aug 07 17:41:00 2015 -0400 |
committer | Dan Williams <dan.j.williams@intel.com> | Thu Aug 27 19:40:58 2015 -0400 |
tree | a4a1509038a419fbb90918dfee9ea099160680de | |
parent | 4a9bf88a5caa8495b5eb2b738d5fb40924bbc538 [diff] |
dax: drop size parameter to ->direct_access() None of the implementations currently use it. The common bdev_direct_access() entry point handles all the size checks before calling ->direct_access(). Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dan Williams <dan.j.williams@intel.com>