bcachefs: Delete duplicate time stats initialization
authorKent Overstreet <kent.overstreet@linux.dev>
Sat, 21 Oct 2023 17:19:54 +0000 (13:19 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Tue, 31 Oct 2023 16:18:37 +0000 (12:18 -0400)
commitd0261559c434abbd7254c9c97c68f5e024daabf4
tree518c2c96ad3082089635f6d254bcc870bc85dfb5
parente38356d65ed085a2c0ba056fa9048ad8845da1d0
bcachefs: Delete duplicate time stats initialization

This code duplicated initialization already done in
bch2_fs_btree_iter_init().

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