#ifndef _MULTIPATH_H#define _MULTIPATH_Hstructmultipath_info{structmd_rdev*rdev;};structmpconf{structmddev*mddev;structmultipath_info*multipaths;intraid_disks;spinlock_tdevice_lock;structlist_headretry_list;mempool_t*pool;};/* * this is our 'private' 'collective' MULTIPATH buffer head. * it contains information about what kind of IO operations were started * for this MULTIPATH operation, and about their status: */structmultipath_bh{structmddev*mddev;structbio*master_bio;structbiobio;intpath;structlist_headretry_list;};#endif