]> git.karo-electronics.de Git - karo-tx-linux.git/commit
AFS: Part of afs_end_call() is identical to code elsewhere, so split it
authorNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Wed, 21 May 2014 15:04:11 +0000 (16:04 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 23 May 2014 12:05:15 +0000 (13:05 +0100)
commit6cf12869f5c1a837f18af5f8b2308fa243772735
tree78985334dd74765c7adfdbc9a2ffcfde1f1f4711
parent6c67c7c38cf32c2a9cbccb6b21aadf61a85fbfb4
AFS: Part of afs_end_call() is identical to code elsewhere, so split it

Split afs_end_call() into two pieces, one of which is identical to code in
afs_process_async_call().  Replace the latter with a call to the first part of
afs_end_call().

Signed-off-by: Nathaniel Wesley Filardo <nwf@cs.jhu.edu>
Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/rxrpc.c