Signed-off-by: Michal Clapinski <[email protected]>
Reviewed-by: Dan Williams <[email protected]>
---
 drivers/dax/kmem.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/dax/kmem.c b/drivers/dax/kmem.c
index c036e4d0b610..4bfaab2cb728 100644
--- a/drivers/dax/kmem.c
+++ b/drivers/dax/kmem.c
@@ -274,6 +274,9 @@ static struct dax_device_driver device_dax_kmem_driver = {
        .probe = dev_dax_kmem_probe,
        .remove = dev_dax_kmem_remove,
        .type = DAXDRV_KMEM_TYPE,
+       .drv = {
+               .probe_type = PROBE_PREFER_ASYNCHRONOUS,
+       },
 };
 
 static int __init dax_kmem_init(void)
-- 
2.51.1.821.gb6fe4d2222-goog


Reply via email to