lustre: ->kss_scratch... are unused now
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 20 Aug 2016 21:34:21 +0000 (17:34 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Aug 2016 14:03:38 +0000 (16:03 +0200)
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>
drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h

index d5efb42..84a915c 100644 (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 {