Whamcloud - gitweb
add comment with problem description
authornikita <nikita>
Sun, 2 Jul 2006 21:14:30 +0000 (21:14 +0000)
committernikita <nikita>
Sun, 2 Jul 2006 21:14:30 +0000 (21:14 +0000)
lustre/mdd/mdd_internal.h

index 37c73d2..149f010 100644 (file)
@@ -33,7 +33,7 @@
 struct dt_device;
 
 struct mdd_lov_info {
-        struct obd_device               *mdd_lov_obd; 
+        struct obd_device               *mdd_lov_obd;
         struct obd_uuid                  mdd_lov_uuid;
         struct lov_desc                  mdd_lov_desc;
         obd_id                          *mdd_lov_objids;
@@ -49,7 +49,7 @@ struct mdd_device {
         struct md_device                 mdd_md_dev;
         struct dt_device                *mdd_child;
         struct mdd_lov_info              mdd_lov_info;
-        struct dt_device                 mdd_lov_dev; 
+        struct dt_device                 mdd_lov_dev;
         int                              mdd_max_mdsize;
         int                              mdd_max_cookiesize;
         struct lu_fid                    mdd_root_fid;