aboutsummaryrefslogtreecommitdiff
path: root/lib/is_single_threaded.c
Commit message (Collapse)AuthorAgeFilesLines
* lib/is_single_threaded.c: change current_is_single_threaded() to use ↵Oleg Nesterov2019-05-021-3/+2
| | | | | | | | | | | | | for_each_thread() Change current_is_single_threaded() to use for_each_thread() rather than deprecated while_each_thread(). Change-Id: Ie0abc34982554e4ec5e0d2a8457c9bbd386c814d Signed-off-by: Oleg Nesterov <oleg@redhat.com> Cc: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* first commitMeizu OpenSource2016-08-151-0/+58