Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1462991

Re: [PATCH 07/15] lustre: ->kss_scratch... are unused now

From Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject Re: [PATCH 07/15] lustre: ->kss_scratch... are unused now
Date 2016-08-15 19:00 +0200
Message-ID <s6toZ-840-1@gated-at.bofh.it> (permalink)
References <rXYLn-7WF-7@gated-at.bofh.it> <rXYV3-7ZU-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Sat, Jul 23, 2016 at 02:37:04AM -0400, Oleg Drokin wrote:
> From: Al Viro <viro@zeniv.linux.org.uk>
> 
> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
> ---
>  drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h b/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h
> index d5efb42..84a915c 100644
> --- a/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h
> +++ b/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h
> @@ -86,10 +86,6 @@ struct ksock_sched {				/* per scheduler state */
>  	int                     kss_nconns;     /* # connections assigned to
>  						 * this scheduler */
>  	struct ksock_sched_info *kss_info;	/* owner of it */
> -	union {
> -		struct bio_vec          kss_scratch_bvec[LNET_MAX_IOV];
> -		struct kvec             kss_scratch_iov[LNET_MAX_IOV];

kss_scratch_iov is still being used in the tree :(

Oleg, can you fix this up based on the current staging-testing branch
and resend the rest of this series?

Also, whenever you forward on patches to me, be sure to add your
signed-off-by to it, you forgot to do that on Al's patches...

thanks,

greg k-h

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH 07/15] lustre: ->kss_scratch... are unused now Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-08-15 19:00 +0200

csiph-web