Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1462991 > unrolled thread
| Started by | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| First post | 2016-08-15 19:00 +0200 |
| Last post | 2016-08-15 19:00 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 07/15] lustre: ->kss_scratch... are unused now Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-08-15 19:00 +0200
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2016-08-15 19:00 +0200 |
| Subject | Re: [PATCH 07/15] lustre: ->kss_scratch... are unused now |
| Message-ID | <s6toZ-840-1@gated-at.bofh.it> |
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 top | Article view | linux.kernel
csiph-web