commit | f611ff63751afa421edc1eddf4281de13e082c51 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Mon Dec 04 19:33:30 2017 -0500 |
committer | Matthew Wilcox <willy@infradead.org> | Sun Oct 21 10:46:42 2018 -0400 |
tree | 315343a694b2b3dd03d0a17cfcbbc649243f9e10 | |
parent | 04edf02cdd37a7e2e23ce8de77cb06d22ef2f503 [diff] |
nilfs2: Convert to XArray This is close to a 1:1 replacement of radix tree APIs with their XArray equivalents. It would be possible to optimise nilfs_copy_back_pages(), but that doesn't seem to be in the performance path. Also, I think it has a pre-existing bug, and I've added a note to that effect in the source code. Signed-off-by: Matthew Wilcox <willy@infradead.org>