Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

lustre: ->kss_scratch... are unused now

parent 1b4e992f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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 {