Release 4.7 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;
struct dev_info disks[0];
};
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
neil brown | neil brown | 18 | 45.00% | 8 | 66.67% |
pre-git | pre-git | 18 | 45.00% | 1 | 8.33% |
al viro | al viro | 2 | 5.00% | 1 | 8.33% |
sandeep k sinha | sandeep k sinha | 1 | 2.50% | 1 | 8.33% |
andre noll | andre noll | 1 | 2.50% | 1 | 8.33% |
| Total | 40 | 100.00% | 12 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.