On Sat, May 16, 2020 at 01:30:23PM +0200, Greg Kurz wrote:
> Applied to 9p-next with R-b and Fixes tags, thanks.
Great! Thanks for the feedback everyone.
Cheers,
- Dan
signature.asc
Description: PGP signature
On Fri, 15 May 2020 20:30:15 +
Dan Robertson wrote:
> linux/limits.h should be included for the XATTR_SIZE_MAX definition used
> by v9fs_xattrcreate.
>
> Signed-off-by: Dan Robertson
> ---
Applied to 9p-next with R-b and Fixes tags, thanks.
> hw/9pfs/9p.c | 1 +
> 1 file changed, 1 inser
On Freitag, 15. Mai 2020 22:30:15 CEST Dan Robertson wrote:
> linux/limits.h should be included for the XATTR_SIZE_MAX definition used
> by v9fs_xattrcreate.
>
> Signed-off-by: Dan Robertson
> ---
> hw/9pfs/9p.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/hw/9pfs/9p.c b/hw/9pfs/9p.
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 in subject & description (maintainer
could do it for you).
by v9fs_xattrcreate.
Fixes: 3b79ef2cf48
Reviewed-by: Philippe Mathieu-Daudé
Signed-off-by: D
linux/limits.h should be included for the XATTR_SIZE_MAX definition used
by v9fs_xattrcreate.
Signed-off-by: Dan Robertson
---
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
@@