commit | e2e05394e4a3420dab96f728df4531893494e15d | [log] [tgz] |
---|---|---|
author | Ross Zwisler <ross.zwisler@linux.intel.com> | Tue Aug 18 13:55:41 2015 -0600 |
committer | Dan Williams <dan.j.williams@intel.com> | Thu Aug 20 14:07:24 2015 -0400 |
tree | ba7d067880cf626ca90856ad6ba703b8c99fc276 | |
parent | 2765cfbb342c727c3fd47b165196cb16da158022 [diff] |
pmem, dax: have direct_access use __pmem annotation Update the annotation for the kaddr pointer returned by direct_access() so that it is a __pmem pointer. This is consistent with the PMEM driver and with how this direct_access() pointer is used in the DAX code. Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dan Williams <dan.j.williams@intel.com>