From: Mr NeilBrown Date: Tue, 7 Jul 2020 22:14:21 +0000 (+1000) Subject: LU-6142 lustre: use init_wait(), not init_waitqueue_entry() X-Git-Tag: 2.13.56~108 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f6aa7a46d36b38d52692ce4af9b73c5561c66691;hp=f6aa7a46d36b38d52692ce4af9b73c5561c66691;p=fs%2Flustre-release.git LU-6142 lustre: use init_wait(), not init_waitqueue_entry() init_waitqueue_entry(foo, current) is equivalent to init_wait(foo) So use the shorter version - in lustre and libcfs. Signed-off-by: Mr NeilBrown Change-Id: I621364d8f6b155df3f2159dfca39f252abc81c76 Reviewed-on: https://review.whamcloud.com/39300 Reviewed-by: Shaun Tancheff Tested-by: jenkins Reviewed-by: James Simmons Tested-by: Maloo Reviewed-by: Oleg Drokin ---