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, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>