aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2015-03-30 23:39:16 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2015-04-11 22:27:54 -0400
commit23602adfee71894d04ce2b69cbd6d29ab2e77d6d (patch)
treec1383b17081a93335b27b43adcce268748b1a852 /drivers/staging
parentexpand __fuse_direct_write() in both callers (diff)
downloadlinux-dev-23602adfee71894d04ce2b69cbd6d29ab2e77d6d.tar.xz
linux-dev-23602adfee71894d04ce2b69cbd6d29ab2e77d6d.zip
lustre: kill unused members of struct vvp_thread_info
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/staging')
-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 {
};
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;
};