]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
block: pass page to xen_biovec_phys_mergeable
authorMing Lei <ming.lei@redhat.com>
Fri, 29 Mar 2019 07:07:54 +0000 (15:07 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 31 May 2019 13:45:13 +0000 (06:45 -0700)
commit3e8d1b5d588bf66a7ceb0d289c10d60fdc315471
treeb109c0e7d5d66a807215f7d5fb81523d9e0ba0c3
parent75a20a8c0fc93f2e4e683413c356a5a830e0dda8
block: pass page to xen_biovec_phys_mergeable

[ Upstream commit 0383ad4374f7ad7edd925a2ee4753035c3f5508a ]

xen_biovec_phys_mergeable() only needs .bv_page of the 2nd bio bvec
for checking if the two bvecs can be merged, so pass page to
xen_biovec_phys_mergeable() directly.

No function change.

Cc: ris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: Juergen Gross <jgross@suse.com>
Cc: xen-devel@lists.xenproject.org
Cc: Omar Sandoval <osandov@fb.com>
Cc: Christoph Hellwig <hch@lst.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
block/blk.h
drivers/xen/biomerge.c
include/xen/xen.h