bcachefs: Delete some dead code
authorKent Overstreet <kent.overstreet@gmail.com>
Tue, 11 Jan 2022 05:19:52 +0000 (00:19 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:22 +0000 (17:09 -0400)
commit54460a6292b08a8045d8681ac4331dfb9c385017
tree15b513e40f1d3e63da4fee68452f0e267f9feb02
parent0678cbe2cbc586c0055de2c04602bf8136bcc3fc
bcachefs: Delete some dead code

__bch2_mark_replicas() is now only used in one place, so inline it into
the caller.

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