Commit a4822848 authored by Al Viro's avatar Al Viro Committed by Greg Kroah-Hartman

lustre: ->kss_scratch... are unused now

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarOleg Drokin <green@linuxhacker.ru>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1b4e992f
...@@ -86,10 +86,6 @@ struct ksock_sched { /* per scheduler state */ ...@@ -86,10 +86,6 @@ struct ksock_sched { /* per scheduler state */
int kss_nconns; /* # connections assigned to int kss_nconns; /* # connections assigned to
* this scheduler */ * this scheduler */
struct ksock_sched_info *kss_info; /* owner of it */ 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 { struct ksock_sched_info {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment