From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: block: move bvec init into __bio_clone Date: Tue, 05 May 2026 11:26:00 +1000 Message-ID: In-Reply-To: <43a91f54d61d3329316e40c69ace781b4d35fe0b.1777475843.git.asml.silence@gmail.com> References: <43a91f54d61d3329316e40c69ace781b4d35fe0b.1777475843.git.asml.silence@gmail.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Clean prep patch. Moves `bi_io_vec` assignment into `__bio_clone()` so there's a single point of initialization. The `bio_init` call in `bio_init_clone` now passes `NULL` for `bi_io_vec` since `__bio_clone` handles it. No issues. --- --- Generated by Claude Code Patch Reviewer