Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[sfrench/cifs-2.6.git] / fs / orangefs / orangefs-kernel.h
index 004af348fb80ec5204a662b5787dfddec3aff153..f44d5eb74fcc84f37fe69606f63b6a50dd171dba 100644 (file)
@@ -275,12 +275,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;