]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
UBUNTU: SAUCE: cxlflash: Preserve number of interrupts for master contexts
authorUma Krishnan <ukrishn@linux.vnet.ibm.com>
Tue, 20 Feb 2018 01:27:04 +0000 (19:27 -0600)
committerSeth Forshee <seth.forshee@canonical.com>
Tue, 27 Mar 2018 19:10:06 +0000 (14:10 -0500)
commit77ee1667b69f95255807813ba682e346392bd777
tree098a76158e63c9cfd9cd1c777962e928f02a006c
parent29b4894fdd5981a20774af492ef54cc480860f58
UBUNTU: SAUCE: cxlflash: Preserve number of interrupts for master contexts

BugLink: http://bugs.launchpad.net/bugs/1752672
The number of interrupts requested for user contexts are stored in the
context specific structures and utilized to manage the interrupts. For the
master contexts, this number is only used once and therefore not saved.

To prepare for future commits where the number of interrupts will be
required in more than one place, preserve the value in the master context
structure.

Signed-off-by: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
Acked-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
drivers/scsi/cxlflash/common.h
drivers/scsi/cxlflash/main.c