bcachefs: Fix for the bkey compat path
authorKent Overstreet <kent.overstreet@gmail.com>
Fri, 24 Apr 2020 18:08:18 +0000 (14:08 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:39 +0000 (17:08 -0400)
commit41697f382cffc0e396dd832d19c78e69cdd10aa3
tree44cf849dad18f72e0324d7bb4ac5385c7523806d
parent297604c92337cd546f41a38f53d420093f7ce963
bcachefs: Fix for the bkey compat path

In the write path, we were calling bch2_bkey_ops.compat() in the wrong
place.

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