[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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




Reply to: