]> 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)
commit2f3727e6df22fdd34f5183f1d6c2f510c0d5c8af
tree78985334dd74765c7adfdbc9a2ffcfde1f1f4711
parent712bdde23137ca93418d97d17dd5d5d56f188638
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