Subject: Re: problems in scsipi detach code.
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: enami tsugutomo <enami@but-b.or.jp>
List: tech-kern
Date: 08/06/2004 07:02:53
>  
>  	/*
> -	 * Now detach all of the periphs.
> +	 * Detach all of the periphs.
>  	 */
>  	return scsipi_target_detach(chan, -1, -1, flags);
> +
> +	/*
> +	 * Now shut down the channel.
> +	 */
> +	scsipi_channel_shutdown(chan);
>  }

Hm, the compiler doesn't warn this...

enami.