]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
lustre: kill unused members of struct vvp_thread_info
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 31 Mar 2015 03:39:16 +0000 (23:39 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 12 Apr 2015 02:27:54 +0000 (22:27 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/staging/lustre/lustre/llite/llite_internal.h

index 2af1d7286250a32097ac89d1735e08ae3c97ebad..e7422f5c9c6f408deb97d93583a52fe30ebc20c9 100644 (file)
@@ -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;
 };