Re: [PATCH 0/4]nbd: fixes for nbd

2016-06-06 Thread Pranay Srivastava
This got rejected by mailing-list[due to HTML content] so resending it again. On Sat, Jun 4, 2016 at 10:25 AM, Pranay Srivastava wrote: > > > On Thursday, June 2, 2016, Pranay Kr. Srivastava wrote: >> This patch series fixes the following >> >> 1) fix might_sleep warning on socket shutdown: >>

Re: [PATCH 0/4]nbd: fixes for nbd

2016-05-30 Thread Markus Pargmann
Hi, On Tuesday 24 May 2016 14:26:24 Pranay Kr. Srivastava wrote: > This patch series fixes the following > > 1) fix might_sleep warning on socket shutdown: >Fix sock_shutdown to avoid calling kernel_sock_shutdown >while holding spin_lock. > > 2)fix various coding standard warnings >M

Re: [PATCH 0/4]nbd: fixes for nbd

2016-05-29 Thread Pranay Srivastava
Hi On Tue, May 24, 2016 at 4:56 PM, Pranay Kr. Srivastava wrote: > This patch series fixes the following > > 1) fix might_sleep warning on socket shutdown: >Fix sock_shutdown to avoid calling kernel_sock_shutdown >while holding spin_lock. > > 2)fix various coding standard warnings >Ma

[PATCH 0/4]nbd: fixes for nbd

2016-05-24 Thread Pranay Kr. Srivastava
This patch series fixes the following 1) fix might_sleep warning on socket shutdown: Fix sock_shutdown to avoid calling kernel_sock_shutdown while holding spin_lock. 2)fix various coding standard warnings Make shutdown get called in a process context instead, using system_wq. 3) make