[PATCH 1/2] erofs-utils: move list_head.h to include/erofs

2018-12-24 Thread Gao Xiang
In order to avoid name conficts, move it to the sub-directory instead and rename to list.h. Signed-off-by: Gao Xiang --- include/{list_head.h => erofs/list.h} | 6 +++--- mkfs/erofs_cache.h| 2 +- mkfs/mkfs_erofs.h | 2 +- mkfs/mkfs_file.c

Re: [PATCH] erofs-utils: fix tab algin to 8 spaces in the Makefile.am

2018-12-24 Thread Gao Xiang via Linux-erofs
Hi Guifu, On 2018/12/24 18:28, Li Guifu wrote: > The tab isnot 8 spaces in the Makefile.am, one line has > been exceed 80 spaces, fix them. > > Signed-off-by: Li Guifu > --- > mkfs/Makefile.am | 37 +++-- > 1 file changed, 19 insertions(+), 18 deletions(-) > >

Re: [PATCH] erofs-utils: fix the source code hierarchy

2018-12-24 Thread Gao Xiang via Linux-erofs
On 2018/12/23 21:02, Li Guifu wrote: > 1. move generic header files, erofs_fs.h and list_head.h, into include/ > 2. move the other mkfs source files into mkfs/ > > Signed-off-by: Li Guifu Applied with updating the commit message. Thanks, Gao Xiang

[PATCH] erofs-utils: fix tab algin to 8 spaces in the Makefile.am

2018-12-24 Thread Li Guifu
The tab isnot 8 spaces in the Makefile.am, one line has been exceed 80 spaces, fix them. Signed-off-by: Li Guifu --- mkfs/Makefile.am | 37 +++-- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/mkfs/Makefile.am b/mkfs/Makefile.am index