Merge 0c6bc37255 ("Merge tag 'ubifs-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs") into android-mainline
Steps on the way to 6.8-rc1 Change-Id: I3ab4d41c6419defe26b24d4e0ef73dca2186a145 Signed-off-by: Lee Jones <joneslee@google.com>
This commit is contained in:
@@ -207,7 +207,7 @@ bool kmod_dup_request_exists_wait(char *module_name, bool wait, int *dup_ret)
|
||||
* optimization enabled ...
|
||||
*/
|
||||
ret = wait_for_completion_state(&kmod_req->first_req_done,
|
||||
TASK_UNINTERRUPTIBLE | TASK_KILLABLE);
|
||||
TASK_KILLABLE);
|
||||
if (ret) {
|
||||
*dup_ret = ret;
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user