cregit-Linux how code gets into the kernel

Release 4.7 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;
	
struct dev_info		disks[0];
};
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
neil brownneil brown1845.00%866.67%
pre-gitpre-git1845.00%18.33%
al viroal viro25.00%18.33%
sandeep k sinhasandeep k sinha12.50%18.33%
andre nollandre noll12.50%18.33%
Total40100.00%12100.00%
Directory: drivers/md
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}