David Howells 39db9815da afs: Fix application of the results of a inline bulk status fetch
Fix afs_do_lookup() such that when it does an inline bulk status fetch op,
it will update inodes that are already extant (something that afs_iget()
doesn't do) and to cache permits for each inode created (thereby avoiding a
follow up FS.FetchStatus call to determine this).

Extant inodes need looking up in advance so that their cb_break counters
before and after the operation can be compared.  To this end, the inode
pointers are cached so that they don't need looking up again after the op.

Fixes: 5cf9dd55a0ec ("afs: Prospectively look up extra files when doing a single lookup")
Signed-off-by: David Howells <dhowells@redhat.com>
2019-05-16 22:23:21 +01:00
..
2008-04-29 08:06:26 -07:00
2019-05-07 16:48:44 +01:00
2019-05-16 12:58:23 +01:00
2019-05-16 16:25:21 +01:00
2019-05-16 16:25:21 +01:00
2018-10-12 13:18:57 +02:00
2019-04-08 18:35:56 -05:00
2019-05-16 22:23:21 +01:00
2019-05-16 16:25:21 +01:00
2019-05-16 16:25:21 +01:00
2019-05-16 12:58:23 +01:00
2019-05-16 16:25:21 +01:00
2019-02-28 03:29:38 -05:00