commit | 54c2258cd63a81283cf88b2bd9457c61ee2cd66f | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Tue Apr 11 09:25:22 2017 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Apr 11 15:13:52 2017 -0700 |
tree | fab01bde68eb456e02cd5ec4f7fbb39478ef7f6f | |
parent | 8fd5a37efa0b036353df253e20dabe8773c039cd [diff] |
f2fs: extract rb-tree operation infrastructure rb-tree lookup/update functions are deeply coupled into extent cache codes, it's very hard to reuse these basic functions, this patch extracts common rb-tree operation infrastructure for latter reusing. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>