Package: f2fs-tools / 1.16.0-2

Metadata

Package Version Patches format
f2fs-tools 1.16.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
spelling comamnd.patch | (download)

tools/f2fs_io/f2fs_io.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] spelling: comamnd

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>

fix gcc15 ftbfs.patch | (download)

include/f2fs_fs.h | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 f2fs-tools: use stdbool.h instead of bool

The existing bool definition is broken for c23, where bool is now a keyword.

Signed-off-by: Elliott Hughes <enh@google.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>