Whamcloud - gitweb
b=14608
authoryury <yury>
Sun, 24 Aug 2008 15:53:40 +0000 (15:53 +0000)
committeryury <yury>
Sun, 24 Aug 2008 15:53:40 +0000 (15:53 +0000)
r=wangdi,shadow

- new recov thread code;
- cleanups and fixes.

lustre/include/obd.h

index a95d60a..d3014de 100644 (file)
@@ -365,7 +365,7 @@ struct filter_obd {
 
         int                      fo_fmd_max_num; /* per exp filter_mod_data */
         int                      fo_fmd_max_age; /* jiffies to fmd expiry */
-        void                     *fo_lcm;
+        struct llog_commit_master *fo_lcm;
 };
 
 #define fo_translock            fo_obt.obt_translock