From: Al Viro Date: Sun, 24 Sep 2017 21:43:00 +0000 (-0400) Subject: orangefs: remove detritus from struct orangefs_kiocb_s X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=6570f0dd6004b5b925b19666e9c60da432d197fd;p=openwrt%2Fstaging%2Fblogic.git orangefs: remove detritus from struct orangefs_kiocb_s Signed-off-by: Al Viro --- 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;