Whamcloud - gitweb
Fix o_valid and o_size for truncate through osc/ost/filterobd (on HEAD).
[fs/lustre-release.git] / lustre / include / linux / obd_raid1.h
index b99161e..97aa870 100644 (file)
 #define OBD_RAID1_DEVICENAME "obdraid1"
 #endif
 
-struct raid1_obd {
-        unsigned int raid1_count; /* how many replicas */
-        /* devices to replicate on */
-        struct obd_device *raid1_devlist[MAX_RAID1];
-        /* connections we make */
-        struct obd_conn_info raid1_connections[MAX_RAID1];
-        struct list_head raid1_clients;  /* clients we have */
-};
-
-
 /* development definitions */
 extern struct obdfs_sb_info *obd_sbi;
 extern struct file_operations *obd_fso;