Commit 6570f0dd authored by Al Viro's avatar Al Viro

orangefs: remove detritus from struct orangefs_kiocb_s

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent faea1329
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment