-
由 Kent Overstreet 提交于
bch_bio_max_sectors() was checking against BIO_MAX_PAGES as if the limit was for the total bytes in the bio, not the number of segments. Signed-off-by: NKent Overstreet <koverstreet@google.com>
1545f137
bch_bio_max_sectors() was checking against BIO_MAX_PAGES as if the limit
was for the total bytes in the bio, not the number of segments.
Signed-off-by: NKent Overstreet <koverstreet@google.com>