bcachefs: Fix a spurious gcc warning
authorKent Overstreet <kent.overstreet@gmail.com>
Thu, 22 Aug 2019 20:34:59 +0000 (16:34 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:25 +0000 (17:08 -0400)
commitd9b022fee69e7f1eea45317c882c65582481a263
treea87364aee6570fe47541af46415917f24e35efa0
parent16e671037a4ca9d695134151d9bc58069d24b094
bcachefs: Fix a spurious gcc warning

*i is used as an output parameter, but gcc isn't noticing that. Oh well.

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