]> git.baikalelectronics.ru Git - kernel.git/commit
afs: Rename struct afs_fs_cursor to afs_operation
authorDavid Howells <dhowells@redhat.com>
Fri, 20 Mar 2020 09:32:50 +0000 (09:32 +0000)
committerDavid Howells <dhowells@redhat.com>
Sun, 31 May 2020 14:19:52 +0000 (15:19 +0100)
commitc57f89551e6a065278b6ca53adc494e82c311c83
tree18bd14d3ea9f95b9b513e477012bdd4458e3b8b4
parent58ae1447f858a7f8048d56b78750bd80a1997240
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>
14 files changed:
fs/afs/dir.c
fs/afs/dir_silly.c
fs/afs/file.c
fs/afs/flock.c
fs/afs/fsclient.c
fs/afs/inode.c
fs/afs/internal.h
fs/afs/rotate.c
fs/afs/server.c
fs/afs/super.c
fs/afs/volume.c
fs/afs/write.c
fs/afs/xattr.c
fs/afs/yfsclient.c