cregit-Linux how code gets into the kernel

Release 4.11 drivers/md/linear.h

Directory: drivers/md
#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

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)1840.91%17.69%
Neil Brown1840.91%861.54%
Coly Li49.09%17.69%
Al Viro24.55%17.69%
Andre Noll12.27%17.69%
Sandeep K Sinha12.27%17.69%
Total44100.00%13100.00%
Directory: drivers/md
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.