From 6570f0dd6004b5b925b19666e9c60da432d197fd Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sun, 24 Sep 2017 17:43:00 -0400 Subject: orangefs: remove detritus from struct orangefs_kiocb_s Signed-off-by: Al Viro --- fs/orangefs/orangefs-kernel.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'fs/orangefs') 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; -- cgit v1.2.3-59-g8ed1b