orangefs: remove detritus from struct orangefs_kiocb_s
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 24 Sep 2017 21:43:00 +0000 (17:43 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 11 Oct 2017 21:23:44 +0000 (17:23 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/orangefs/orangefs-kernel.h

index ea0ce50..937a5dd 100644 (file)
@@ -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;