summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests
diff options
context:
space:
mode:
authorGabriel Niebler <gniebler@suse.com>2022-04-26 11:51:01 +0200
committerDavid Sterba <dsterba@suse.com>2022-05-16 17:03:16 +0200
commit4076942021fe14efecae33bf98566df6dd5ae6f7 (patch)
treea20e44b47bfae3f32717ba7959b77e0b2c87c4bd /fs/btrfs/tests
parentbtrfs: turn delayed_nodes_tree into an XArray (diff)
downloadlinux-4076942021fe14efecae33bf98566df6dd5ae6f7.tar.xz
linux-4076942021fe14efecae33bf98566df6dd5ae6f7.zip
btrfs: turn name_cache radix tree into XArray in send_ctx
… and adjust all usages of this object to use the XArray API for the sake of consistency. XArray API provides array semantics, so it is notionally easier to use and understand, and it also takes care of locking for us. None of this makes a real difference in this particular patch, but it does in other places where similar replacements are or have been made and we want to be consistent in our usage of data structures in btrfs. Signed-off-by: Gabriel Niebler <gniebler@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/tests')
0 files changed, 0 insertions, 0 deletions