Best Regards,
n.iwata
//
> -Original Message-
> From: David Laight [mailto:david.lai...@aculab.com]
> Sent: Friday, September 30, 2016 8:08 PM
> To: fx IWATA NOBUO; valentina.mane...@gmail.com; shuah...@samsung.com;
> gre...@linuxfoundation.org; linux-usb@vger.kernel.org
> Cc: f
From: Nobuo Iwata
> Sent: 30 September 2016 06:44
> This patch removes checking of socket descriptor value in daemons.
>
> It was checked to be less than FD_SETSIZE(1024 usually) but it's not
> correct.
>
> To be exact, the maximum value of descriptor comes from
> rlimit(RLIMIT_NOFILE).
>
> Foll