]> www.infradead.org Git - users/willy/xarray.git/commit
btrfs: Convert name_cache to XArray
authorMatthew Wilcox <willy@infradead.org>
Wed, 17 Oct 2018 19:09:12 +0000 (15:09 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 8 Aug 2019 02:36:49 +0000 (22:36 -0400)
commit5333f0c2600f8a2c1670fc6afeb1777efec54049
tree536a39b08a301e4883e873dd2c4ae375c838a27e
parent4f2876c35010cac97f66d3d51061d5f40ecf6b0f
btrfs: Convert name_cache to XArray

This is a very straightforward conversion.  The handling of collisions
in the namecache could be better handled with an hlist, but that's a
patch for another day.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
fs/btrfs/send.c