From bd6dc742a4b1945861795a66dc27c65365c5f28e Mon Sep 17 00:00:00 2001 From: David Howells Date: Fri, 20 Jul 2007 10:59:41 +0100 Subject: [PATCH] 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-format-patch failed