From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: Dan Robertson <dan@dlrobertson.com>, Greg Kurz <groug@kaod.org>,
Christian Schoenebeck <qemu_oss@crudebyte.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [PATCH 1/1] 9pfs: include linux/limits.h for XATTR_SIZE_MAX
Date: Sat, 16 May 2020 07:22:44 +0200 [thread overview]
Message-ID: <b2a11de1-db41-47b6-e79e-3092866aacea@redhat.com> (raw)
In-Reply-To: <20200515203015.7090-2-dan@dlrobertson.com>
On 5/15/20 10:30 PM, Dan Robertson wrote:
> linux/limits.h should be included for the XATTR_SIZE_MAX definition used
Maybe rewrite as <linux/limits.h> in subject & description (maintainer
could do it for you).
> by v9fs_xattrcreate.
>
Fixes: 3b79ef2cf48
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> Signed-off-by: Dan Robertson <dan@dlrobertson.com>
> ---
> hw/9pfs/9p.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/hw/9pfs/9p.c b/hw/9pfs/9p.c
> index a2a14b5979..68c2df7333 100644
> --- a/hw/9pfs/9p.c
> +++ b/hw/9pfs/9p.c
> @@ -28,6 +28,7 @@
> #include "sysemu/qtest.h"
> #include "qemu/xxhash.h"
> #include <math.h>
> +#include <linux/limits.h>
>
> int open_fd_hw;
> int total_open_fd;
>
>
next prev parent reply other threads:[~2020-05-16 5:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-15 20:30 [PATCH 0/1] 9pfs: include linux/limits.h for XATTR_SIZE_MAX Dan Robertson
2020-05-15 20:30 ` [PATCH 1/1] " Dan Robertson
2020-05-16 5:22 ` Philippe Mathieu-Daudé [this message]
2020-05-16 10:28 ` Christian Schoenebeck
2020-05-16 11:30 ` Greg Kurz
2020-05-16 14:41 ` Dan Robertson
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=b2a11de1-db41-47b6-e79e-3092866aacea@redhat.com \
--to=philmd@redhat.com \
--cc=dan@dlrobertson.com \
--cc=groug@kaod.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu_oss@crudebyte.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).