Re: [RESEND4, PATCH 1/2] fuse: retrieve: cap requested size to negotiated max_write

From: Miklos Szeredi
Date: Wed Apr 24 2019 - 09:19:25 EST


On Wed, Apr 24, 2019 at 2:31 PM Kirill Smelkov <kirr@xxxxxxxxxx> wrote:

> Thanks. Does it mean that the patch is ok? Do I need to rework
> something?

Pushed to #for-next with all the rest. Made some changes to the
patches, so please verify.

> I see. Probably it is not "quoted-printable" as
>
> Content-Type: text/plain; charset=utf-8
> Content-Transfer-Encoding: 8bit

Well, google converts it to quoted-printable then:

Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

> suggests and it is maybe due to UTF-8 characters (I used "Â" several
> times in patch description).

Please refrain from gratuitous use of non-ascii. That middle-dot is
written as "*" in C (fixed the patch description).

Thanks,
Miklos