[PATCH v1] Add an option to only dump/fsck an inode by path

Gao Xiang hsiangkao at linux.alibaba.com
Thu Dec 2 12:29:57 AEDT 2021


Hi,

On Wed, Dec 01, 2021 at 01:48:02PM -0800, Kelvin Zhang wrote:

...

I will check this main patchset later..
Working on another stuff now.

> diff --git a/mkfs/main.c b/mkfs/main.c
> index 58a6441..d6bc7dd 100644
> --- a/mkfs/main.c
> +++ b/mkfs/main.c
> @@ -24,6 +24,13 @@
>  #include "erofs/compress_hints.h"
>  #include "erofs/blobchunk.h"
>  
> +#ifdef WITH_ANDROID
> +#include <selinux/android.h>
> +#include <private/android_filesystem_config.h>
> +#include <private/canned_fs_config.h>
> +#include <private/fs_config.h>
> +#endif

I planned to add
#include "../lib/liberofs_private.h" instead in the previous patch.

Please help check if any other regression out of Android build...

Thanks,
Gao Xiang


More information about the Linux-erofs mailing list