]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
nilfs2: Convert to XArray
authorMatthew Wilcox <willy@infradead.org>
Tue, 5 Dec 2017 00:33:30 +0000 (19:33 -0500)
committerMatthew Wilcox <willy@infradead.org>
Sun, 21 Oct 2018 14:46:42 +0000 (10:46 -0400)
commitf611ff63751afa421edc1eddf4281de13e082c51
tree315343a694b2b3dd03d0a17cfcbbc649243f9e10
parent04edf02cdd37a7e2e23ce8de77cb06d22ef2f503
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>
fs/nilfs2/btnode.c
fs/nilfs2/page.c