From: David Howells Date: Fri, 20 Jul 2007 09:59:41 +0000 (+0100) Subject: AFS: Use patched rxrpc_kernel_send_data() correctly X-Git-Tag: v2.6.23-rc1~213 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd6dc742a4b1945861795a66dc27c65365c5f28e;p=pandora-kernel.git AFS: Use patched rxrpc_kernel_send_data() correctly Fix afs_send_simple_reply() to accept a greater-than-zero return value from rxrpc_kernel_send_data() as being a successful return rather than thinking it an error and aborting the call. rxrpc_kernel_send_data() previously returned zero incorrectly when it worked successfully, but has been patched to return the number of bytes it transmitted. Signed-off-by: David Howells Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed