[PATCH 00/20] drop useless LIST_HEAD

2018-12-23 Thread Julia Lawall
Drop LIST_HEAD where the variable it declares is never used. --- drivers/dma/at_hdmac.c|5 - drivers/dma/dw/core.c |1 - drivers/dma/pl330.c |1 - drivers/dma/sa11x0-dma.c

[PATCH 05/20] scsi: lpfc: lpfc_sli: drop useless LIST_HEAD

2018-12-23 Thread Julia Lawall
Drop LIST_HEAD where the variable it declares has never been used. The semantic patch that fixes this problem is as follows: (http://coccinelle.lip6.fr/) // @@ identifier x; @@ - LIST_HEAD(x); ... when != x // Fixes: 895427bd012ce ("scsi: lpfc: NVME Initiator: Base modifications") Signed-off

[PATCH 10/20] scsi: qla2xxx: drop useless LIST_HEAD

2018-12-23 Thread Julia Lawall
Drop LIST_HEAD where the variable it declares is never used. The uses of new_fcports were removed in 726b85487067 ("qla2xxx: Add framework for async fabric discovery"), but not the declaration. The semantic patch that fixes this problem is as follows: (http://coccinelle.lip6.fr/) // @@ identifi

[PATCH 03/20] scsi: lpfc: lpfc_nvme: drop useless LIST_HEAD

2018-12-23 Thread Julia Lawall
Drop LIST_HEAD where the variable it declares is never used. These were introduced with the file, but were not even used at that time. The semantic patch that fixes this problem is as follows: (http://coccinelle.lip6.fr/) // @@ identifier x; @@ - LIST_HEAD(x); ... when != x // Fixes: 016495

[PATCH 04/20] scsi: lpfc: lpfc_scsi: drop useless LIST_HEAD

2018-12-23 Thread Julia Lawall
Drop LIST_HEAD where the variable it declares is never used. These were introduced in 8a9d2e8003040 ("[SCSI] lpfc 8.3.31: Correct handling of SLI4-port XRI resource-provisioning profile change"), but were not even used at that time. The semantic patch that fixes this problem is as follows: (http:

Re: remove exofs, the T10 OSD code and block/scsi bidi support V3

2018-12-23 Thread Boaz Harrosh
On 19/12/18 16:43, Christoph Hellwig wrote: > On Mon, Nov 26, 2018 at 07:11:10PM +0200, Boaz Harrosh wrote: >> On 11/11/18 15:32, Christoph Hellwig wrote: >>> The only real user of the T10 OSD protocol, the pNFS object layout >>> driver never went to the point of having shipping products, and we >>

Re: remove exofs, the T10 OSD code and block/scsi bidi support V3

2018-12-23 Thread Boaz Harrosh
On 20/12/18 09:26, Christoph Hellwig wrote: > On Wed, Dec 19, 2018 at 09:01:53PM -0500, Douglas Gilbert wrote: >>> 1) reduce the size of every kernel with block layer support, and >>> even more for every kernel with scsi support >> >> By proposing the removal of bidi support from the block l

Re: [PATCH] scsi: convert to DEFINE_SHOW_ATTRIBUTE

2018-12-23 Thread Frank Lee
ping..

[PATCH] target/iscsi: fix error msg typo when create lio_qr_cache failed

2018-12-23 Thread Leo Zhang
Signed-off-by: Leo Zhang --- drivers/target/iscsi/iscsi_target.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/target/iscsi/iscsi_target.c b/drivers/target/iscsi/iscsi_target.c index c1d5a17..780a914 100644 --- a/drivers/target/iscsi/iscsi_target.c +++ b/drivers/tar

BUSINESS PROJECT.

2018-12-23 Thread Ahmed Idris
-- My name is Ahmed Idris the Ex_ ministers of (NNPC) The Nigerian National Petroleum Corporation. one of your country's consulate in Nigeria introduce you to me, i have the sum of $25.5 million dollars to invest in your country for a profitable business, which i don't known how to go about it, pl

Re: [PATCH 00/20] drop useless LIST_HEAD

2018-12-23 Thread Tom Psyborg
Why do you CC this to so many lists? On 23/12/2018, Julia Lawall wrote: > Drop LIST_HEAD where the variable it declares is never used. > > --- > > drivers/dma/at_hdmac.c|5 - > drivers/dma/dw/core.c |1 - > drivers/dma/p

Re: [PATCH 00/20] drop useless LIST_HEAD

2018-12-23 Thread Julia Lawall
On Sun, 23 Dec 2018, Tom Psyborg wrote: > Why do you CC this to so many lists? Because the different files are in different subsystems. The cover letter goes to a list for each file, or to a person if there is no list. The patches go to the people and lists associated with the affected files

aic7xxx/aic79xx: support for ASC-29320LPE

2018-12-23 Thread HÃ¥kon Struijk Holmen
Hi, TL;DR is that I have ported changes from the vendor driver to make this card work. I recently got one of those cards off ebay to try to make an LTO-4 tape drive work (for fun). dmesg filled with debug logs and the driver (aic79xx) had to be reloaded to make it come back. Searching for a