diff options
| -rw-r--r-- | drivers/scsi/lpfc/lpfc_hbadisc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_hbadisc.c b/drivers/scsi/lpfc/lpfc_hbadisc.c index 30991d810928..3986165b0275 100644 --- a/drivers/scsi/lpfc/lpfc_hbadisc.c +++ b/drivers/scsi/lpfc/lpfc_hbadisc.c | |||
| @@ -713,6 +713,7 @@ lpfc_do_work(void *p) | |||
| 713 | int rc; | 713 | int rc; |
| 714 | 714 | ||
| 715 | set_user_nice(current, -20); | 715 | set_user_nice(current, -20); |
| 716 | current->flags |= PF_NOFREEZE; | ||
| 716 | phba->data_flags = 0; | 717 | phba->data_flags = 0; |
| 717 | 718 | ||
| 718 | while (!kthread_should_stop()) { | 719 | while (!kthread_should_stop()) { |
