]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
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 ea0ce507a6ab641d17c1983b898fb2f12a2d0ed2..937a5dd2cb14707b2fd44fa0cf48f9d3f00b42fa 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;