afs: Rename struct afs_fs_cursor to afs_operation
[sfrench/cifs-2.6.git] / fs / afs / flock.c
index 0f2a94ba73cb9508560a8abba3556ddcbe1abf6d..682fe745f10e34623f4afa1cbade98369cb42d5e 100644 (file)
@@ -179,7 +179,7 @@ static int afs_set_lock(struct afs_vnode *vnode, struct key *key,
                        afs_lock_type_t type)
 {
        struct afs_status_cb *scb;
-       struct afs_fs_cursor fc;
+       struct afs_operation fc;
        int ret;
 
        _enter("%s{%llx:%llu.%u},%x,%u",
@@ -216,7 +216,7 @@ static int afs_set_lock(struct afs_vnode *vnode, struct key *key,
 static int afs_extend_lock(struct afs_vnode *vnode, struct key *key)
 {
        struct afs_status_cb *scb;
-       struct afs_fs_cursor fc;
+       struct afs_operation fc;
        int ret;
 
        _enter("%s{%llx:%llu.%u},%x",
@@ -253,7 +253,7 @@ static int afs_extend_lock(struct afs_vnode *vnode, struct key *key)
 static int afs_release_lock(struct afs_vnode *vnode, struct key *key)
 {
        struct afs_status_cb *scb;
-       struct afs_fs_cursor fc;
+       struct afs_operation fc;
        int ret;
 
        _enter("%s{%llx:%llu.%u},%x",