Re: [RFC PATCH 14/14] kthread_worker: Add set_kthread_worker_scheduler*()

From: Tejun Heo
Date: Tue Jul 28 2015 - 13:42:01 EST


On Tue, Jul 28, 2015 at 04:39:31PM +0200, Petr Mladek wrote:
> +/**
> + * set_kthread_worker_scheduler - change the scheduling policy and/or RT
> + * priority of a kthread worker.
> + * @worker: target kthread_worker
> + * @policy: new policy
> + * @sched_priority: new RT priority
> + *
> + * Return: 0 on success. An error code otherwise.
> + */
> +int set_kthread_worker_scheduler(struct kthread_worker *worker,
> + int policy, int sched_priority)
> +{
> + return __set_kthread_worker_scheduler(worker, policy, sched_priority,
> + true);
> +}

Ditto. I don't get why we would want these thin wrappers.

Thanks.

--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/