diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2025-05-16 20:28:22 +0300 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2025-05-16 20:28:22 +0300 |
| commit | 83a896549f9209ffaabf220e3778f14d5ba92e3d (patch) | |
| tree | b5c1cba09a3c76eb5ffe9fc5d7afbf6d2ae0efd1 /include/linux | |
| parent | 6462c247b27e35393dbd8eda251a071de9ea8665 (diff) | |
| parent | e8007fad5457ea547ca63bb011fdb03213571c7e (diff) | |
| download | linux-83a896549f9209ffaabf220e3778f14d5ba92e3d.tar.xz | |
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Pull SCSI fix from James Bottomley:
"Fix to zone block devices to make the maximum segment count match what
the block layer is capable of"
* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES buffer
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/bio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/bio.h b/include/linux/bio.h index cafc7c215de8..b786ec5bcc81 100644 --- a/include/linux/bio.h +++ b/include/linux/bio.h @@ -11,6 +11,7 @@ #include <linux/uio.h> #define BIO_MAX_VECS 256U +#define BIO_MAX_INLINE_VECS UIO_MAXIOV struct queue_limits; |
