This patch allocates some data structures that will be used for loading files on existing image.
Signed-off-by: Jaegeuk Kim <jaeg...@kernel.org> --- fsck/sload.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fsck/sload.c b/fsck/sload.c index c064f7f..59ba4a6 100644 --- a/fsck/sload.c +++ b/fsck/sload.c @@ -313,6 +313,9 @@ int f2fs_sload(struct f2fs_sb_info *sbi) { int ret = 0; + /* this requires for the below sanity checks */ + fsck_init(sbi); + ret = configure_files(); if (ret) { ERR_MSG("Failed to configure files\n"); -- 2.27.0.389.gc38d7665816-goog _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel