Loading fs/bcachefs/backpointers.c +2 −2 Original line number Diff line number Diff line Loading @@ -486,8 +486,8 @@ static int check_extent_checksum(struct btree_trans *trans, bytes = p.crc.compressed_size << 9; struct bch_dev *ca = bch2_dev_bkey_exists(c, dev); if (!bch2_dev_get_ioref(ca, READ)) struct bch_dev *ca = bch2_dev_get_ioref2(c, dev, READ); if (!ca) return false; data_buf = kvmalloc(bytes, GFP_KERNEL); Loading Loading
fs/bcachefs/backpointers.c +2 −2 Original line number Diff line number Diff line Loading @@ -486,8 +486,8 @@ static int check_extent_checksum(struct btree_trans *trans, bytes = p.crc.compressed_size << 9; struct bch_dev *ca = bch2_dev_bkey_exists(c, dev); if (!bch2_dev_get_ioref(ca, READ)) struct bch_dev *ca = bch2_dev_get_ioref2(c, dev, READ); if (!ca) return false; data_buf = kvmalloc(bytes, GFP_KERNEL); Loading