diff options
Diffstat (limited to 'kernel/async.c')
| -rw-r--r-- | kernel/async.c | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/async.c b/kernel/async.c index b8d7a663497f..b2c4ba5686ee 100644 --- a/kernel/async.c +++ b/kernel/async.c @@ -205,9 +205,6 @@ async_cookie_t async_schedule_node_domain(async_func_t func, void *data,  	atomic_inc(&entry_count);  	spin_unlock_irqrestore(&async_lock, flags); -	/* mark that this task has queued an async job, used by module init */ -	current->flags |= PF_USED_ASYNC; -  	/* schedule for execution */  	queue_work_node(node, system_unbound_wq, &entry->work);  |