[PATCH 07/25] afs: Improve FS server rotation error handling [ver #2]

2018-10-23 Thread David Howells
Improve the error handling in FS server rotation by: (1) Cache the latest useful error value for the fs operation as a whole in struct afs_fs_cursor separately from the error cached in the afs_addr_cursor struct. The one in the address cursor gets clobbered occasionally. Copy

[PATCH 07/25] afs: Improve FS server rotation error handling [ver #2]

2018-10-23 Thread David Howells
Improve the error handling in FS server rotation by: (1) Cache the latest useful error value for the fs operation as a whole in struct afs_fs_cursor separately from the error cached in the afs_addr_cursor struct. The one in the address cursor gets clobbered occasionally. Copy