Re: [PATCH 5/5] staging: usbip: userspace: suppress a bogus error

2012-12-19 Thread David Chang
Hi, 2012/12/8 Ilija Hadzic : > If mkdir() of VHCI_STATE_PATH fails because the directory > already exists, that's not an error. This patch fixes > annoying "record connection" errors that would typically > come up on attach. > > Signed-off-by: Ilija Hadzic > --- > drivers/staging/usbip/userspace

[PATCH 5/5] staging: usbip: userspace: suppress a bogus error

2012-12-07 Thread Ilija Hadzic
If mkdir() of VHCI_STATE_PATH fails because the directory already exists, that's not an error. This patch fixes annoying "record connection" errors that would typically come up on attach. Signed-off-by: Ilija Hadzic --- drivers/staging/usbip/userspace/src/usbip_attach.c | 15 +-- 1 f