]> git.baikalelectronics.ru Git - kernel.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)
commit1acddefc11f3206b644bb76685b3c66a539e4f5b
tree78985334dd74765c7adfdbc9a2ffcfde1f1f4711
parent0fdaf09f5cfb18bd70f739410d87c20669372e5a
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