]> git.baikalelectronics.ru Git - kernel.git/commit
staging: lustre: Remove yield() call
authorThomas Avery <tavery321@gmail.com>
Mon, 5 Mar 2018 19:33:49 +0000 (14:33 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Mar 2018 12:22:17 +0000 (04:22 -0800)
commit81c15c4e76138507f47fc159183204552ba2fd39
tree05f916e52d5b8b26735eb35a3431827cf1f4816d
parent8d57d2b9afb1db26e28c80d98c6add3603cf11d5
staging: lustre: Remove yield() call

Remove yield() call. In this case it's use is considered broken, since
it is being assumed that yield() will let another process run that will
make the event true.

Signed-off-by: Thomas Avery <tavery321@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/obdclass/obd_config.c