All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gao Xiang <hsiangkao@linux.alibaba.com>
To: Kelvin Zhang <zhangkelvin@google.com>
Cc: Miao Xie <miaoxie@huawei.com>,
	linux-erofs mailing list <linux-erofs@lists.ozlabs.org>
Subject: Re: [PATCH v1 0/2] Cosmetic changes to erofs-utils
Date: Tue, 30 Nov 2021 11:18:42 +0800	[thread overview]
Message-ID: <YaWYErBYsG4Yjboh@B-P7TQMD6M-0146.local> (raw)
In-Reply-To: <20211130030155.2804358-1-zhangkelvin@google.com>

Hi Kelvin,

On Mon, Nov 29, 2021 at 07:01:53PM -0800, Kelvin Zhang wrote:
> The following patches make erofs-utils more C++ friendly. It does not
> perform any refactoring, instead it simply added extern "C" keywords so
> that C++ code can call into EROFS.
> 
> Kelvin Zhang (2):
>   Add android build target to build erofs as library

Thanks for your patches.

Once we discussed earlier, Android.bp is not a part of erofs-utils
since I couldn't maintain it without Android build environment.
Android build environment is somewhat hard for me to keep up
with....

I think Android.bp can be resolved when upgrading AOSP erofs-utils
code base.

>   Make erofs-utils more C++ friendly

At glance, it looks good to me, I will test later in the evening.

Btw, how about adding "erofs-utils:" prefix to each patch. It will be
easier for me to apply these...

Thanks,
Gao Xiang

> 
>  Android.bp                     | 38 +++++++++++++++++++++++++++++++---
>  include/erofs/blobchunk.h      | 10 +++++++++
>  include/erofs/block_list.h     | 10 +++++++++
>  include/erofs/cache.h          |  9 ++++++++
>  include/erofs/compress.h       |  9 ++++++++
>  include/erofs/compress_hints.h | 10 +++++++++
>  include/erofs/config.h         | 20 ++++++++----------
>  include/erofs/decompress.h     |  9 ++++++++
>  include/erofs/defs.h           | 20 ++++++++++++++++++
>  include/erofs/err.h            |  9 ++++++++
>  include/erofs/exclude.h        | 10 +++++++++
>  include/erofs/flex-array.h     |  9 ++++++++
>  include/erofs/hashmap.h        |  9 ++++++++
>  include/erofs/hashtable.h      |  9 ++++++++
>  include/erofs/inode.h          |  9 ++++++++
>  include/erofs/internal.h       |  9 ++++++++
>  include/erofs/io.h             | 11 ++++++++++
>  include/erofs/list.h           | 10 +++++++++
>  include/erofs/print.h          |  9 ++++++++
>  include/erofs/trace.h          |  9 ++++++++
>  include/erofs/xattr.h          |  9 ++++++++
>  include/erofs_fs.h             |  9 ++++++++
>  lib/config.c                   | 12 +++++++++++
>  lib/inode.c                    |  7 +++++++
>  lib/xattr.c                    | 12 +++++++++++
>  mkfs/main.c                    |  7 +++++++
>  26 files changed, 280 insertions(+), 14 deletions(-)
> 
> -- 
> 2.34.0.rc2.393.gf8c9666880-goog

  parent reply	other threads:[~2021-11-30  3:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-30  3:01 [PATCH v1 0/2] Cosmetic changes to erofs-utils Kelvin Zhang via Linux-erofs
2021-11-30  3:01 ` [PATCH v1 1/2] Add android build target to build erofs as library Kelvin Zhang via Linux-erofs
2021-11-30  3:01 ` [PATCH v1 2/2] Make erofs-utils more C++ friendly Kelvin Zhang via Linux-erofs
2021-11-30  3:18 ` Gao Xiang [this message]
2021-11-30  3:25   ` [PATCH v2 1/2] erofs-utils: Add android build target to build erofs as library Kelvin Zhang via Linux-erofs
2021-11-30  3:25     ` [PATCH v2 2/2] erofs-utils: Make erofs-utils more C++ friendly Kelvin Zhang via Linux-erofs
2021-11-30  5:23       ` Gao Xiang
2021-11-30  5:56   ` [PATCH v3 1/2] erofs-utils: Add android build target to build erofs as library Kelvin Zhang via Linux-erofs
2021-11-30  5:56     ` [PATCH v3 2/2] erofs-utils: Make erofs-utils more C++ friendly Kelvin Zhang via Linux-erofs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YaWYErBYsG4Yjboh@B-P7TQMD6M-0146.local \
    --to=hsiangkao@linux.alibaba.com \
    --cc=linux-erofs@lists.ozlabs.org \
    --cc=miaoxie@huawei.com \
    --cc=zhangkelvin@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.