Messages in this thread |  | | Subject | Re: [PATCH v4 7/7] scsi: libsas: Make sas_{alloc, alloc_slow, free}_task() private | From | Jason Yan <> | Date | Thu, 22 Sep 2022 21:54:10 +0800 |
| |
On 2022/9/22 17:46, John Garry wrote: > We have no users outside libsas any longer, so make sas_alloc_task(), > sas_alloc_slow_task(), and sas_free_task() private. > > Signed-off-by: John Garry <john.garry@huawei.com> > Tested-by: Damien Le Moal <damien.lemoal@opensource.wdc.com> > --- > drivers/scsi/libsas/sas_init.c | 3 --- > drivers/scsi/libsas/sas_internal.h | 4 ++++ > include/scsi/libsas.h | 4 ---- > 3 files changed, 4 insertions(+), 7 deletions(-)
Reviewed-by: Jason Yan <yanaijie@huawei.com>
|  |