aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2017-09-24 17:43:00 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2017-10-11 17:23:44 -0400
commit6570f0dd6004b5b925b19666e9c60da432d197fd (patch)
tree447cdf16f0b443dd3916a26abaf888b96f1dd7a9 /fs/orangefs
parentkill iov_shorten() (diff)
downloadlinux-dev-6570f0dd6004b5b925b19666e9c60da432d197fd.tar.xz
linux-dev-6570f0dd6004b5b925b19666e9c60da432d197fd.zip
orangefs: remove detritus from struct orangefs_kiocb_s
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/orangefs')
-rw-r--r--fs/orangefs/orangefs-kernel.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/orangefs/orangefs-kernel.h b/fs/orangefs/orangefs-kernel.h
index ea0ce507a6ab..937a5dd2cb14 100644
--- a/fs/orangefs/orangefs-kernel.h
+++ b/fs/orangefs/orangefs-kernel.h
@@ -274,12 +274,6 @@ struct orangefs_kiocb_s {
/* orangefs kernel operation type */
struct orangefs_kernel_op_s *op;
- /* The user space buffers from/to which I/O is being staged */
- struct iovec *iov;
-
- /* number of elements in the iovector */
- unsigned long nr_segs;
-
/* set to indicate the type of the operation */
int rw;