Whamcloud - gitweb
LU-5971 llite: merge ccc_io and vvp_io
[fs/lustre-release.git] / lustre / llite / vvp_page.c
index d8ebd14..f6ff571 100644 (file)
@@ -372,7 +372,7 @@ static int vvp_page_is_under_lock(const struct lu_env *env,
 
        if (io->ci_type == CIT_READ || io->ci_type == CIT_WRITE ||
            io->ci_type == CIT_FAULT) {
-               struct ccc_io *cio = ccc_env_io(env);
+               struct vvp_io *cio = vvp_env_io(env);
 
                if (unlikely(cio->cui_fd->fd_flags & LL_FILE_GROUP_LOCKED))
                        *max_index = CL_PAGE_EOF;