aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/linear.h
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2017-03-27 13:31:06 +0200
committerSebastian Andrzej Siewior <bigeasy@linutronix.de>2017-03-27 13:31:06 +0200
commitae25669e4fa804667db38c044ce9b3f34da94250 (patch)
tree43bf2a379118f8266dffd3c0c266f89c58086838 /drivers/md/linear.h
parentda84368695d6d20543e2a66203aded81ff31756d (diff)
parent2a486264b736de1c1d938c9c781efbadbf9fd794 (diff)
Merge tag 'v4.9.18' into linux-4.9.y-rt
This is the 4.9.18 stable release Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'drivers/md/linear.h')
-rw-r--r--drivers/md/linear.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/linear.h b/drivers/md/linear.h
index b685ddd7d7f7..8d392e6098b3 100644
--- a/drivers/md/linear.h
+++ b/drivers/md/linear.h
@@ -10,6 +10,7 @@ struct linear_conf
{
struct rcu_head rcu;
sector_t array_sectors;
+ int raid_disks; /* a copy of mddev->raid_disks */
struct dev_info disks[0];
};
#endif