Message ID | 20200919110707.4021-1-thunder.leizhen@huawei.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2,1/1] libnvdimm: make sure EXPORT_SYMBOL_GPL(nvdimm_flush) close to its function | expand |
diff --git a/drivers/nvdimm/region_devs.c b/drivers/nvdimm/region_devs.c index 7cf9c7d857909ce..5df7c22df1529eb 100644 --- a/drivers/nvdimm/region_devs.c +++ b/drivers/nvdimm/region_devs.c @@ -1186,6 +1186,8 @@ int nvdimm_flush(struct nd_region *nd_region, struct bio *bio) return rc; } +EXPORT_SYMBOL_GPL(nvdimm_flush); + /** * nvdimm_flush - flush any posted write queues between the cpu and pmem media * @nd_region: blk or interleaved pmem region @@ -1217,7 +1219,6 @@ int generic_nvdimm_flush(struct nd_region *nd_region) return 0; } -EXPORT_SYMBOL_GPL(nvdimm_flush); /** * nvdimm_has_flush - determine write flushing requirements