From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chaitanya Kulkarni Date: Fri, 15 Apr 2022 05:38:03 +0000 Subject: [Cluster-devel] [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue In-Reply-To: <20220415045258.199825-3-hch@lst.de> References: <20220415045258.199825-1-hch@lst.de> <20220415045258.199825-3-hch@lst.de> Message-ID: List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 4/14/22 21:52, Christoph Hellwig wrote: > The SCSI target drivers is a consumer of the block layer and shoul > d generally work on struct block_device. > > Signed-off-by: Christoph Hellwig > Reviewed-by: Martin K. Petersen Except from split word in log "should", looks good. Reviewed-by: Chaitanya Kulkarni -ck