From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Christie Subject: Re: [patch 3/3] Add retries to hp hardware handler if path initialization command completes with a check condition. Date: Thu, 26 Jul 2007 10:16:07 -0500 Message-ID: <46A8BAB7.4060003@cs.wisc.edu> References: <20070726044447.846195205@redhat.com> <20070726044720.980015296@redhat.com> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20070726044720.980015296@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: device-mapper development List-Id: dm-devel.ids dwysocha@redhat.com wrote: struct hp_sw_context { unsigned char sense[SCSI_SENSE_BUFFERSIZE]; + unsigned argc; }; argc does not seem to be used anywhere that I could see. Also do not forget your signed off line.