Re: [PATCH] io_uring: fix function args for !CONFIG_NET

2020-06-26 Thread Jens Axboe
On 6/26/20 5:32 PM, Randy Dunlap wrote: > From: Randy Dunlap > > Fix build errors when CONFIG_NET is not set/enabled: > > ../fs/io_uring.c:5472:10: error: too many arguments to function ‘io_sendmsg’ > ../fs/io_uring.c:5474:10: error: too many arguments to function ‘io_send’ > ../fs/io_uring.c:54

[PATCH] io_uring: fix function args for !CONFIG_NET

2020-06-26 Thread Randy Dunlap
From: Randy Dunlap Fix build errors when CONFIG_NET is not set/enabled: ../fs/io_uring.c:5472:10: error: too many arguments to function ‘io_sendmsg’ ../fs/io_uring.c:5474:10: error: too many arguments to function ‘io_send’ ../fs/io_uring.c:5484:10: error: too many arguments to function ‘io_recvm