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)
commit08c5e116569549d07d69b0839f944d8188b1c4b4
tree05f916e52d5b8b26735eb35a3431827cf1f4816d
parenta9f83a65f18105d74e8806c3869fb1ac17469c61
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