]> git.baikalelectronics.ru Git - kernel.git/commit
afs: Fix server rotation's handling of fileserver probe failure
authorDavid Howells <dhowells@redhat.com>
Thu, 10 May 2018 13:22:38 +0000 (14:22 +0100)
committerDavid Howells <dhowells@redhat.com>
Mon, 14 May 2018 12:26:44 +0000 (13:26 +0100)
commit5d0e5a7ffa73a696f0eca9b53c6221df81e1c8ce
tree9fa419fed67bda42ac1caf3e2d2698f8c51f2854
parentc0ca408181baf7659e62c922f4ad05611e70d851
afs: Fix server rotation's handling of fileserver probe failure

The server rotation algorithm just gives up if it fails to probe a
fileserver.  Fix this by rotating to the next fileserver instead.

Fixes: b7b4753fe8b8 ("afs: Overhaul volume and server record caching and fileserver rotation")
Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/rotate.c