1. 01 4月, 2015 1 次提交
    • D
      RxRPC: Fix the conversion to iov_iter · 3af6878e
      David Howells 提交于
      This commit:
      
      	commit af2b040e
      	Author: Al Viro <viro@zeniv.linux.org.uk>
      	Date:   Thu Nov 27 21:44:24 2014 -0500
      	Subject: rxrpc: switch rxrpc_send_data() to iov_iter primitives
      
      incorrectly changes a do-while loop into a while loop in rxrpc_send_data().
      
      Unfortunately, at least one pass through the loop is required - even if
      there is no data - so that the packet the closes the send phase can be
      sent if MSG_MORE is not set.
      Signed-off-by: NDavid Howells <dhowells@redhat.com>
      3af6878e
  2. 31 3月, 2015 3 次提交
  3. 30 3月, 2015 7 次提交
  4. 29 3月, 2015 9 次提交
  5. 28 3月, 2015 4 次提交
  6. 27 3月, 2015 11 次提交
  7. 26 3月, 2015 5 次提交