]> www.infradead.org Git - users/willy/xarray.git/commit
f2fs: Convert extent_tree_root to XArray
authorMatthew Wilcox <willy@infradead.org>
Wed, 17 Oct 2018 19:34:43 +0000 (15:34 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 8 Aug 2019 02:36:50 +0000 (22:36 -0400)
commit5f904c455b49ea018c233e52b6b06f6d0a8567a7
treef9166560febad1b989af5de05bb652607dad27fc
parent4788581e7fe30c3f1cfd902329cadb358ee3bce9
f2fs: Convert extent_tree_root to XArray

Rename it to extent_array and use the xa_lock in place of the
extent_tree_lock mutex.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
fs/f2fs/extent_cache.c
fs/f2fs/f2fs.h