[roll] Roll fuchsia [virtio-scsi] Fix bug that prevents multiple LUNs on a target.

While it appears that the previous code's intention is to calculate a
target's max transfer size only once per target, a bug prevents more
than a single LUN to attach onto a target (no more scsi::Disk::Bind()
if `max_xfer_size_sectors` is assigned a nonzero value).

This CL also changes scsi::Disk::Bind() to accept max_transfer_bytes
as opposed to max_transfer_blocks.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/799852
Original-Revision: 0524f8a3cb5331730959facb4fa2a79cea726292
GitOrigin-RevId: af102669d9e9c86d479af01dcf75db6743899e54
Change-Id: Icd4586047c0c8201decb49d4126d1189be023fd9
1 file changed
tree: 274a4959f62e98ae2b029ad420d45a15ad9e0779
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.