Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

bcachefs: Track iter->ip_allocated at bch2_trans_copy_iter()

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>

+3
+3
fs/bcachefs/btree_iter.c
··· 2765 2765 struct btree_trans *trans = src->trans; 2766 2766 2767 2767 *dst = *src; 2768 + #ifdef TRACK_PATH_ALLOCATED 2769 + dst->ip_allocated = _RET_IP_; 2770 + #endif 2768 2771 if (src->path) 2769 2772 __btree_path_get(trans->paths + src->path, src->flags & BTREE_ITER_INTENT); 2770 2773 if (src->update_path)