]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: extract rb-tree operation infrastructure
authorChao Yu <yuchao0@huawei.com>
Tue, 11 Apr 2017 01:25:22 +0000 (09:25 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 11 Apr 2017 22:13:52 +0000 (15:13 -0700)
commit8b6439436f771973be8f6cca5bb7a406ea641448
treefab01bde68eb456e02cd5ec4f7fbb39478ef7f6f
parentf4fc240b6ae88213f458f63c4433f1d89146fb9b
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>
fs/f2fs/extent_cache.c
fs/f2fs/f2fs.h