mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 04:19:23 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
1b4e992f50
commit
a482284865
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user