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>
Showing
- fs/afs/file.c 57 additions, 26 deletionsfs/afs/file.c
- fs/afs/fsclient.c 11 additions, 13 deletionsfs/afs/fsclient.c
- fs/afs/inode.c 7 additions, 4 deletionsfs/afs/inode.c
- fs/afs/internal.h 18 additions, 33 deletionsfs/afs/internal.h
- fs/afs/super.c 2 additions, 2 deletionsfs/afs/super.c
- fs/afs/write.c 316 additions, 317 deletionsfs/afs/write.c
- mm/filemap.c 1 addition, 0 deletionsmm/filemap.c
Loading
Please register or sign in to comment