diff options
author | 2021-05-09 13:25:14 -0700 | |
---|---|---|
committer | 2021-05-09 13:25:14 -0700 | |
commit | 506c30790f5409ce58aa21c14d7c2aa86df328f5 (patch) | |
tree | 70d0ba9862f749e2789828e95d6b8301ea56dd28 /include/linux/blkdev.h | |
parent | Merge tag '5.13-rc-smb3-part3' of git://git.samba.org/sfrench/cifs-2.6 (diff) | |
parent | Revert "bio: limit bio max size" (diff) | |
download | wireguard-linux-506c30790f5409ce58aa21c14d7c2aa86df328f5.tar.xz wireguard-linux-506c30790f5409ce58aa21c14d7c2aa86df328f5.zip |
Merge tag 'block-5.13-2021-05-09' of git://git.kernel.dk/linux-block
Pull block fix from Jens Axboe:
"Turns out the bio max size change still has issues, so let's get it
reverted for 5.13-rc1. We'll shake out the issues there and defer it
to 5.14 instead"
* tag 'block-5.13-2021-05-09' of git://git.kernel.dk/linux-block:
Revert "bio: limit bio max size"
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 9fb255b48a57..1255823b2bc0 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -326,8 +326,6 @@ enum blk_bounce { }; struct queue_limits { - unsigned int bio_max_bytes; - enum blk_bounce bounce; unsigned long seg_boundary_mask; unsigned long virt_boundary_mask; |