On Tue, Jul 28, 2015 at 01:41:54PM -0400, Tejun Heo wrote: > 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. On top of which this is an obsolete interface :-) -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html