Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] sys_ioprio_set: minor do_each_thread+break fix
From include/linux/sched.h: * Careful: do_each_thread/while_each_thread is a double loop so * 'break' will not work as expected - use goto instead. */ Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru> Signed-off-by: Jens Axboe <axboe@suse.de>
- Loading branch information