Release 4.11 drivers/md/linear.h
#ifndef _LINEAR_H
#define _LINEAR_H
struct dev_info {
struct md_rdev *rdev;
sector_t end_sector;
};
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
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 18 | 40.91% | 1 | 7.69% |
Neil Brown | 18 | 40.91% | 8 | 61.54% |
Coly Li | 4 | 9.09% | 1 | 7.69% |
Al Viro | 2 | 4.55% | 1 | 7.69% |
Andre Noll | 1 | 2.27% | 1 | 7.69% |
Sandeep K Sinha | 1 | 2.27% | 1 | 7.69% |
Total | 44 | 100.00% | 13 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.