summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/vinum/request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vinum/request.h b/sys/dev/vinum/request.h
index 143cbea..dad9902 100644
--- a/sys/dev/vinum/request.h
+++ b/sys/dev/vinum/request.h
@@ -116,8 +116,8 @@ struct rqgroup {
short plexno; /* index of plex */
int badsdno; /* index of bad subdisk or -1 */
enum xferinfo flags; /* description of transfer */
- struct rqelement rqe[0]; /* and the elements of this request */
struct rangelock *lock; /* lock for this transfer */
+ struct rqelement rqe[0]; /* and the elements of this request */
};
/*
OpenPOWER on IntegriCloud