diff --git a/[refs] b/[refs] index ccca269337b3..c02c74bb716b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a5bf4df0c88b88d34b6f0e3bc8a402dac7d14611 +refs/heads/master: 1b6afa17581027218088a18a9ceda600e0ddba7a diff --git a/trunk/drivers/md/linear.h b/trunk/drivers/md/linear.h index 0ce29b61605a..2f2da05b2ce9 100644 --- a/trunk/drivers/md/linear.h +++ b/trunk/drivers/md/linear.h @@ -10,9 +10,9 @@ typedef struct dev_info dev_info_t; struct linear_private_data { + struct rcu_head rcu; sector_t array_sectors; dev_info_t disks[0]; - struct rcu_head rcu; };