x86/mm/cpa: Fix populate_pgd(): Stop trying to deallocate failed PUDs
[cascardo/linux.git] / kernel / async.c
index 4c3773c..d2edd6e 100644 (file)
@@ -326,3 +326,4 @@ bool current_is_async(void)
 
        return worker && worker->current_func == async_run_entry_fn;
 }
+EXPORT_SYMBOL_GPL(current_is_async);