]> www.infradead.org Git - mtd-utils.git/commit
ubifs-utils: Adapt commit.c in libubifs
authorZhihao Cheng <chengzhihao1@huawei.com>
Mon, 11 Nov 2024 08:37:08 +0000 (16:37 +0800)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Mon, 11 Nov 2024 09:32:45 +0000 (10:32 +0100)
commit16214e03f976de54bfae41d7328606155ea0fe96
tree7d84481ae07c9ce2f318cfc1a9b87a77a791d6e5
parente0e6a2998bc6d4402b1c392b710a47ee977db9c0
ubifs-utils: Adapt commit.c in libubifs

Adapt commit.c in libubifs, compared with linux kernel implementations:
 1. Remove debug related implementations(eg. dbg_check_old_index), debug
    functions are not needed by fsck, because fsck will check fs in
    another way.
 2. Remove ubifs background committing related implementations, there
    will be no background ubifs threads in fsck.

Signed-off-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
ubifs-utils/libubifs/commit.c