diff options
author | Ahmed S. Darwish <a.darwish@linutronix.de> | 2021-01-18 13:09:49 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2021-01-23 05:31:09 +0300 |
commit | 872a90b5b46646c6d4cdc15a265a55b1adb25b49 (patch) | |
tree | 082656a958c3f1f07111dd214aaa8ab10e5c4217 /drivers/scsi/aic94xx | |
parent | 5d6a75a1edf63ff243d937253ced62d8edea30b5 (diff) | |
download | linux-872a90b5b46646c6d4cdc15a265a55b1adb25b49.tar.xz |
scsi: hisi_sas: Switch back to original libsas event notifiers
libsas event notifiers required an extension where gfp_t flags must be
explicitly passed. For bisectability, a temporary _gfp() variant of such
functions were added. All call sites then got converted use the _gfp()
variants and explicitly pass GFP context. Having no callers left, the
original libsas notifiers were then modified to accept gfp_t flags by
default.
Switch back to the original libas API, while still passing GFP context.
The libsas _gfp() variants will be removed afterwards.
Link: https://lore.kernel.org/r/20210118100955.1761652-14-a.darwish@linutronix.de
Reviewed-by: John Garry <john.garry@huawei.com>
Signed-off-by: Ahmed S. Darwish <a.darwish@linutronix.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/aic94xx')
0 files changed, 0 insertions, 0 deletions