Skip to content
  • Matthew Wilcox's avatar
    nilfs2: Convert to XArray · f611ff63
    Matthew Wilcox authored
    
    
    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: default avatarMatthew Wilcox <willy@infradead.org>
    f611ff63