From: Al Viro Date: Tue, 31 Mar 2015 03:39:16 +0000 (-0400) Subject: lustre: kill unused members of struct vvp_thread_info X-Git-Tag: KARO-TXA5-2015-06-26~105^2~30 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ff98167a462997afc2a00faf924e307a62245b0d;p=karo-tx-linux.git lustre: kill unused members of struct vvp_thread_info Signed-off-by: Al Viro --- 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 { }; struct vvp_thread_info { - struct iovec vti_local_iov; struct vvp_io_args vti_args; struct ra_io_arg vti_ria; - struct kiocb vti_kiocb; struct ll_cl_context vti_io_ctx; };