kernel-hacking-2024-linux-s.../fs/afs
David Howells bd6dc742a4 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 <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-07-20 08:54:14 -07:00
..
afs.h AFS: implement file locking 2007-07-16 09:05:43 -07:00
afs_cm.h
afs_fs.h AFS: implement file locking 2007-07-16 09:05:43 -07:00
afs_vl.h
cache.c
cache.h
callback.c AFS: implement file locking 2007-07-16 09:05:43 -07:00
cell.c
cmservice.c
dir.c AFS: implement file locking 2007-07-16 09:05:43 -07:00
file.c AFS: implement file locking 2007-07-16 09:05:43 -07:00
flock.c afs build fix 2007-07-19 10:04:57 -07:00
fsclient.c AFS: implement file locking 2007-07-16 09:05:43 -07:00
inode.c
internal.h AFS: implement file locking 2007-07-16 09:05:43 -07:00
main.c AFS: implement file locking 2007-07-16 09:05:43 -07:00
Makefile AFS: implement file locking 2007-07-16 09:05:43 -07:00
misc.c AFS: implement file locking 2007-07-16 09:05:43 -07:00
mntpt.c
netdevices.c
proc.c
rxrpc.c AFS: Use patched rxrpc_kernel_send_data() correctly 2007-07-20 08:54:14 -07:00
security.c
server.c
super.c mm: Remove slab destructors from kmem_cache_create(). 2007-07-20 10:11:58 +09:00
vlclient.c
vlocation.c
vnode.c AFS: drop explicit extern 2007-07-16 09:05:43 -07:00
volume.c
write.c