RE: [PATCH v1 1/1] usbip: deletion of incorrect socket descriptor checking

2016-10-02 Thread fx IWATA NOBUO
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

RE: [PATCH v1 1/1] usbip: deletion of incorrect socket descriptor checking

2016-09-30 Thread David Laight
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