bcachefs: convert __bch2_encrypt_bio() to darray
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 1 Sep 2024 19:33:17 +0000 (15:33 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 21 Sep 2024 15:35:20 +0000 (11:35 -0400)
commitaf05633d4065673697c3f17de5db09938f96ebca
treef9ea5593080a26c2ae5ba7a71bb0e3acf6e4dd4b
parentb7d8092a1b3f0fe848eddacc225044a2a885bc02
bcachefs: convert __bch2_encrypt_bio() to darray

like the previous patch, kill use of bare arrays; the encryption code
likes to work in big batches, so this is a small performance
improvement.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/checksum.c