]> git.baikalelectronics.ru Git - kernel.git/commit
sd: don't use the ALL_TG_PT bit for reservations
authorChristoph Hellwig <hch@lst.de>
Fri, 8 Jul 2016 12:23:50 +0000 (21:23 +0900)
committerMike Snitzer <snitzer@redhat.com>
Mon, 18 Jul 2016 19:37:35 +0000 (15:37 -0400)
commit55a6a8768a948d88f78a711388eaa900754a59f2
treecb7e09fad8aacccc595fb47930fc5295e4aabaa6
parent5c16fb02d96457cb0ff29b839fba67fd6cd6b4fe
sd: don't use the ALL_TG_PT bit for reservations

These only work if the we use the same initiator ID for all path,
which might not be true if we use different protocols, or even just
different HBAs.

Instead dm-mpath will grow support to register all path manually
later in this series.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Mike Christie <mchristi@redhat.com>
Acked-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/scsi/sd.c