Re: [PATCHv6,2/5] scsi: Export blacklist flags to sysfs

2017-10-25 Thread jeffy
Hi Hannes, On 10/25/2017 03:22 PM, Hannes Reinecke wrote: On 10/25/2017 03:48 AM, jeffy wrote: Hi guys, maybe we need to add the generated scsi_devinfo_tbl.c into drivers/scsi/.gitignore :) Indeed, maybe. So here's your chance to get a patch upstream :-) Ok, will do that :) C

[PATCH] scsi: .gitignore: Add scsi_devinfo_tbl.c

2017-10-25 Thread Jeffy Chen
Add generated scsi_devinfo_tbl.c into .gitignore. Signed-off-by: Jeffy Chen --- drivers/scsi/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/scsi/.gitignore b/drivers/scsi/.gitignore index c89ae9a04399..e2956741fbd1 100644 --- a/drivers/scsi/.gitignore +++ b/drivers/scsi

Re: [PATCHv6,2/5] scsi: Export blacklist flags to sysfs

2017-10-24 Thread jeffy
Hi guys, maybe we need to add the generated scsi_devinfo_tbl.c into drivers/scsi/.gitignore :) On 10/02/2017 10:26 PM, Hannes Reinecke wrote: Each scsi device is scanned according to the found blacklist flags, but this information is never presented to sysfs. This makes it quite hard to figur