]> asedeno.scripts.mit.edu Git - linux.git/commit
afs: Rearrange afs_select_fileserver() a little
authorDavid Howells <dhowells@redhat.com>
Tue, 6 Feb 2018 06:26:30 +0000 (06:26 +0000)
committerDavid Howells <dhowells@redhat.com>
Tue, 6 Feb 2018 14:43:37 +0000 (14:43 +0000)
commit16280a15be751b9994e94c5dc944e93fa4293199
tree389dbe6bfc16da30f4f43f6e36be0ba123fac6fb
parent63dc4e4aa5ab61868199960979fe1feecdabd01e
afs: Rearrange afs_select_fileserver() a little

Rearrange afs_select_fileserver() a little to put the use_server chunk
before the next_server chunk so that with the removal of a couple of gotos
the main path through the function is all one sequence.

Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/rotate.c