]> www.infradead.org Git - users/jedix/linux-maple.git/commit
NVMe: Retain QUEUE_FLAG_SG_GAPS flag for bio vector alignment.
authorAshok Vairavan <ashok.vairavan@oracle.com>
Fri, 14 Jul 2017 18:44:54 +0000 (11:44 -0700)
committerAshok Vairavan <ashok.vairavan@oracle.com>
Fri, 14 Jul 2017 18:44:54 +0000 (11:44 -0700)
commit47a7218e1571cc0cc8bd5ebef5ac92a16334a26f
tree1a79d126fb5539d898d02dcb8ae9bd328cc89d28
parentf5c834058cd604dd039dd6820cb90cc589fa4c63
NVMe: Retain QUEUE_FLAG_SG_GAPS flag for bio vector alignment.

The nvme queue flag QUEUE_FLAG_SG_GAPS checks for the bio vector
alignment against the page size. In upstream, the QUEUE_FLAG_SG_GAPS
flag is replaced by blk_queue_virt_boundary() and pulling in the
respective patches caused instability in the driver and hence
QUEUE_FLAG_SG_GAPS flag is retained for vector alignment.

Orabug: 26402433

Signed-off-by: Ashok Vairavan <ashok.vairavan@oracle.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Reviewed-by: Jack Vogel <jack.vogel@oracle.com>
drivers/nvme/host/core.c