Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
linear.h
Go to the documentation of this file.
1 #ifndef _LINEAR_H
2 #define _LINEAR_H
3 
4 struct dev_info {
5  struct md_rdev *rdev;
7 };
8 
9 struct linear_conf
10 {
11  struct rcu_head rcu;
13  struct dev_info disks[0];
14 };
15 #endif