Btrfs: fix enospc error caused by wrong checks of the chunk
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / md / linear.h
blobb685ddd7d7f76c25553ce88abd049fd9ead545e6
1 #ifndef _LINEAR_H
2 #define _LINEAR_H
4 struct dev_info {
5 struct md_rdev *rdev;
6 sector_t end_sector;
7 };
9 struct linear_conf
11 struct rcu_head rcu;
12 sector_t array_sectors;
13 struct dev_info disks[0];
15 #endif