diff options
author | Ahmed S. Darwish <a.darwish@linutronix.de> | 2021-01-18 13:09:48 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2021-01-23 05:31:09 +0300 |
commit | 5d6a75a1edf63ff243d937253ced62d8edea30b5 (patch) | |
tree | 56b6b760d2b816d6c3b4b597f864cbaea673da38 /init | |
parent | 26c7efc3f95260fd90e6cb268b47a58cf27ffc64 (diff) | |
download | linux-5d6a75a1edf63ff243d937253ced62d8edea30b5.tar.xz |
scsi: libsas: Add gfp_t flags parameter to event notifications
All call-sites of below libsas APIs:
- sas_alloc_event()
- sas_notify_port_event()
- sas_notify_phy_event()
have been converted to use the _gfp()-suffixed version. Modify the
original APIs above to take a gfp_t flags parameter by default.
For bisectability, call-sites will be modified again to use the original
libsas APIs (while passing gfp_t). The temporary _gfp()-suffixed versions
can then be removed.
Link: https://lore.kernel.org/r/20210118100955.1761652-13-a.darwish@linutronix.de
Cc: Jason Yan <yanaijie@huawei.com>
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 'init')
0 files changed, 0 insertions, 0 deletions