Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-25 | mtd-utils: Extract rbtree implementation to common lib | Zhihao Cheng | |
Current rbtree implementation code is put under jffs utils, extract it into common lib, and add more rbtree operations(eg. rb_first_postorder, rb_next_postorder, etc.). This is a preparation for replacing implementation of UBIFS utils with linux kernel libs. Signed-off-by: Zhihao Cheng <chengzhihao1@huawei.com> Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |