commit | a310082f6d0afe28797e148726cd52118a8a4428 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Mar 20 09:32:50 2020 +0000 |
committer | David Howells <dhowells@redhat.com> | Sun May 31 15:19:52 2020 +0100 |
tree | 18bd14d3ea9f95b9b513e477012bdd4458e3b8b4 | |
parent | 7126ead910aa9fcc9e16e9e7a8c9179658261f1d [diff] |
afs: Rename struct afs_fs_cursor to afs_operation As a prelude to implementing asynchronous fileserver operations in the afs filesystem, rename struct afs_fs_cursor to afs_operation. This struct is going to form the core of the operation management and is going to acquire more members in later. Signed-off-by: David Howells <dhowells@redhat.com>