diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2017-09-24 17:43:00 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-10-11 17:23:44 -0400 |
commit | 6570f0dd6004b5b925b19666e9c60da432d197fd (patch) | |
tree | 447cdf16f0b443dd3916a26abaf888b96f1dd7a9 /fs/orangefs | |
parent | faea13297ea739f94913d56d7b865134b4fc8726 (diff) | |
download | linux-6570f0dd6004b5b925b19666e9c60da432d197fd.tar.bz2 |
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.h | 6 |
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; |