1
0
Fork 0

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>
hifive-unleashed-5.1
Al Viro 2016-08-20 17:34:21 -04:00 committed by Greg Kroah-Hartman
parent 1b4e992f50
commit a482284865
1 changed files with 0 additions and 4 deletions

View File

@ -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 {