commit | 4343d00872e1de9a470d951bf09bdd18bc73f555 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Nov 02 15:27:52 2017 +0000 |
committer | David Howells <dhowells@redhat.com> | Mon Nov 13 15:38:20 2017 +0000 |
tree | 282105c3309c5ad71b97a0d5c555ad53be81fb0b | |
parent | 215804a99283c57fdd869aab350fdf6acc3460b6 [diff] |
afs: Get rid of the afs_writeback record Get rid of the afs_writeback record that kAFS is using to match keys with writes made by that key. Instead, keep a list of keys that have a file open for writing and/or sync'ing and iterate through those. Signed-off-by: David Howells <dhowells@redhat.com>