From 19f106bc03e62739961249a29916ee3602ac3de9 Mon Sep 17 00:00:00 2001 From: Chao Yu Date: Wed, 6 May 2015 13:08:06 +0800 Subject: [PATCH] f2fs: introduce f2fs_replace_block() for reuse Introduce a generic function replace_block base on recover_data_page, and export it. So with it we can operate file's meta data which is in CP/SSA area when we invoke fallocate with FALLOC_FL_COLLAPSE_RANGE flag. Signed-off-by: Chao Yu Signed-off-by: Jaegeuk Kim --- Reading git-format-patch failed