BACKPORT: block: Remove queue_limits.bio_max_bytes

Remove this structure member since it is no longer used.

Cc: Changheun Lee <nanich.lee@samsung.com>
Cc: Jaegeuk Kim <jaegeuk@google.com>
Bug: 182716953
Change-Id: I01475bd875fd17c36d02203dc6de5293d7c8db38
(cherry picked from commit 35c820e715)
Signed-off-by: Bart Van Assche <bvanassche@google.com>
This commit is contained in:
Bart Van Assche 2021-05-10 11:29:23 -07:00 committed by Todd Kjos
commit ad14489b58

View file

@ -316,8 +316,6 @@ enum blk_zoned_model {
};
struct queue_limits {
unsigned int bio_max_bytes;
unsigned long bounce_pfn;
unsigned long seg_boundary_mask;
unsigned long virt_boundary_mask;