mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 02:34:01 +08:00
[SCSI] lpfc 8.3.31: Fix kernel panic when going into to sleep state
Signed-off-by: Alex Iannicelli <alex.iannicelli@emulex.com> Signed-off-by: James Smart <james.smart@emulex.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
8137805264
commit
043c956f50
@ -713,6 +713,7 @@ lpfc_do_work(void *p)
|
||||
int rc;
|
||||
|
||||
set_user_nice(current, -20);
|
||||
current->flags |= PF_NOFREEZE;
|
||||
phba->data_flags = 0;
|
||||
|
||||
while (!kthread_should_stop()) {
|
||||
|
Loading…
Reference in New Issue
Block a user