Re: [PATCH 1/1] 9pfs: include linux/limits.h for XATTR_SIZE_MAX

2020-05-16 Thread Dan Robertson
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

Re: [PATCH 1/1] 9pfs: include linux/limits.h for XATTR_SIZE_MAX

2020-05-16 Thread Greg Kurz
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

Re: [PATCH 1/1] 9pfs: include linux/limits.h for XATTR_SIZE_MAX

2020-05-16 Thread Christian Schoenebeck
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.

Re: [PATCH 1/1] 9pfs: include linux/limits.h for XATTR_SIZE_MAX

2020-05-15 Thread Philippe Mathieu-Daudé
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

[PATCH 1/1] 9pfs: include linux/limits.h for XATTR_SIZE_MAX

2020-05-15 Thread Dan Robertson
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 @@