On Tue, Apr 5, 2016 at 7:55 AM, Tejun Heo <t...@kernel.org> wrote: > On Mon, Apr 04, 2016 at 02:48:10PM -0700, Ming Lin wrote: >> From: Ming Lin <min...@ssi.samsung.com> >> >> Rename SCSI_MAX_SG_SEGMENTS to SG_CHUNK_SIZE, which means the amount >> we fit into a single scatterlist chunk. >> >> Rename SCSI_MAX_SG_CHAIN_SEGMENTS to SG_MAX_SEGMENTS. >> >> Will move these 2 generic definitions to scatterlist.h later. >> >> Reviewed-by: Christoph Hellwig <h...@lst.de> >> Acked-by: Bart Van Assche <bart.vanass...@sandisk.com> (for ib_srp changes) >> Signed-off-by: Ming Lin <min...@ssi.samsung.com> > > For libata, > > Acked-by: Tejun Heo <t...@kernel.org>
Hi James, Are we ready to merge it? Thanks, Ming