[PATCH v2 0/2] nbd: fix might_sleep warning and checkpatch fixes.

From: Pranay Kr. Srivastava
Date: Tue May 03 2016 - 12:38:50 EST


This patch series fixes

01) might_sleep warning generated on a xmit_timeout as the socket
is shutdown while holding the spin_lock. Instead now the socket
is shutdown in the sender kernel thread.

02) checkpatch errors.

Pranay Kr. Srivastava (2):
nbd: Fix might_sleep warning on xmit timeout
nbd: Fix checkpatch errors.

drivers/block/nbd.c | 94 +++++++++++++++++++++++++++++++----------------------
1 file changed, 55 insertions(+), 39 deletions(-)

--
2.6.2