]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Merge branch 'taskset-mistake' of https://github.com/csbo98/util-linux
authorKarel Zak <kzak@redhat.com>
Thu, 26 May 2022 07:49:29 +0000 (09:49 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 26 May 2022 07:49:29 +0000 (09:49 +0200)
* 'taskset-mistake' of https://github.com/csbo98/util-linux:
  Maybe there is a little mistake in do_taskset() function in taskset.c. In the first call of sched_getaffinity(), if the call is failed we should use err_affinity(ts->pid, 0) other than err_affinity(ts->pid, 1).


Trivial merge