X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2Fvvp_internal.h;h=645b4b5cfca6be6878eb1e0630d15ee066432208;hb=a4771a6935a97376cc93dfaf023b0a12e9d07511;hp=7f964ee234da6be7903308f28e1ce2f0c7b5167c;hpb=72057a3af19ee02d9a686bd7e7d074917e381310;p=fs%2Flustre-release.git diff --git a/lustre/llite/vvp_internal.h b/lustre/llite/vvp_internal.h index 7f964ee..645b4b5 100644 --- a/lustre/llite/vvp_internal.h +++ b/lustre/llite/vvp_internal.h @@ -23,7 +23,7 @@ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. * - * Copyright (c) 2013, 2015, Intel Corporation. + * Copyright (c) 2013, 2016, Intel Corporation. */ /* * This file is part of Lustre, http://www.lustre.org/ @@ -61,13 +61,7 @@ struct vvp_io { /** super class */ struct cl_io_slice vui_cl; struct cl_io_lock_link vui_link; - /** - * I/O vector information to or from which read/write is going. - */ - struct iov_iter *vui_iter; - /** - * Total size for the left IO. - */ + /** Total size for the left IO. */ size_t vui_tot_count; union { @@ -76,7 +70,7 @@ struct vvp_io { * Inode modification time that is checked across DLM * lock request. */ - time_t ft_mtime; + time64_t ft_mtime; struct vm_area_struct *ft_vma; /** * locked page returned from vvp_io @@ -117,7 +111,6 @@ struct vvp_io { * File descriptor against which IO is done. */ struct ll_file_data *vui_fd; - struct kiocb *vui_iocb; /* Readahead state. */ pgoff_t vui_ra_start;