aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/lustre/lustre/llite/llite_internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lustre/llite/llite_internal.h b/drivers/staging/lustre/lustre/llite/llite_internal.h
index 2af1d7286250..e7422f5c9c6f 100644
--- a/drivers/staging/lustre/lustre/llite/llite_internal.h
+++ b/drivers/staging/lustre/lustre/llite/llite_internal.h
@@ -938,10 +938,8 @@ struct ll_cl_context {
938}; 938};
939 939
940struct vvp_thread_info { 940struct vvp_thread_info {
941 struct iovec vti_local_iov;
942 struct vvp_io_args vti_args; 941 struct vvp_io_args vti_args;
943 struct ra_io_arg vti_ria; 942 struct ra_io_arg vti_ria;
944 struct kiocb vti_kiocb;
945 struct ll_cl_context vti_io_ctx; 943 struct ll_cl_context vti_io_ctx;
946}; 944};
947 945