From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH v2 09/16] block: add reference counting for struct bsg_job To: Johannes Thumshirn , "Martin K . Petersen" References: Cc: Christoph Hellwig , Linux Kernel Mailinglist , Linux SCSI Mailinglist , Jens Axboe , "open list:BLOCK LAYER" From: Hannes Reinecke Message-ID: <562205dc-79ba-66f5-17ed-221559fb6a9a@suse.de> Date: Thu, 13 Oct 2016 13:43:01 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 List-ID: On 10/12/2016 03:06 PM, Johannes Thumshirn wrote: > Add reference counting to 'struct bsg_job' so we can implement a reuqest > timeout handler for bsg_jobs, which is needed for Fibre Channel. > > Signed-off-by: Johannes Thumshirn > --- > block/bsg-lib.c | 7 +++++-- > include/linux/bsg-lib.h | 2 ++ > 2 files changed, 7 insertions(+), 2 deletions(-) > Reviewed-by: Hannes Reinecke Cheers, Hannes -- Dr. Hannes Reinecke Teamlead Storage & Networking hare@suse.de +49 911 74053 688 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 N�rnberg GF: F. Imend�rffer, J. Smithard, J. Guild, D. Upmanyu, G. Norton HRB 21284 (AG N�rnberg) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755379AbcJMLoA (ORCPT ); Thu, 13 Oct 2016 07:44:00 -0400 Received: from mx2.suse.de ([195.135.220.15]:55483 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754539AbcJMLnD (ORCPT ); Thu, 13 Oct 2016 07:43:03 -0400 Subject: Re: [PATCH v2 09/16] block: add reference counting for struct bsg_job To: Johannes Thumshirn , "Martin K . Petersen" References: Cc: Christoph Hellwig , Linux Kernel Mailinglist , Linux SCSI Mailinglist , Jens Axboe , "open list:BLOCK LAYER" From: Hannes Reinecke Message-ID: <562205dc-79ba-66f5-17ed-221559fb6a9a@suse.de> Date: Thu, 13 Oct 2016 13:43:01 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/12/2016 03:06 PM, Johannes Thumshirn wrote: > Add reference counting to 'struct bsg_job' so we can implement a reuqest > timeout handler for bsg_jobs, which is needed for Fibre Channel. > > Signed-off-by: Johannes Thumshirn > --- > block/bsg-lib.c | 7 +++++-- > include/linux/bsg-lib.h | 2 ++ > 2 files changed, 7 insertions(+), 2 deletions(-) > Reviewed-by: Hannes Reinecke Cheers, Hannes -- Dr. Hannes Reinecke Teamlead Storage & Networking hare@suse.de +49 911 74053 688 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: F. Imendörffer, J. Smithard, J. Guild, D. Upmanyu, G. Norton HRB 21284 (AG Nürnberg)