summaryrefslogtreecommitdiff
path: root/drivers/staging
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2016-08-20 17:34:21 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-08-21 16:03:38 +0200
commita48228486532471f568f4c490dfe853dfa273774 (patch)
tree5812c27830c33d20aa644f6ae36f04b1d3474b47 /drivers/staging
parent1b4e992f50e1bcaf12cec7358e7b388984bc4ea9 (diff)
lustre: ->kss_scratch... are unused now
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h b/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h
index d5efb424b1f9..84a915c97e7a 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];
- };
};
struct ksock_sched_info {