From cb6a9533ab44b20dc4f451e35b6638b551ca0bbc Mon Sep 17 00:00:00 2001 From: yury Date: Sun, 24 Aug 2008 15:53:40 +0000 Subject: [PATCH] b=14608 r=wangdi,shadow - new recov thread code; - cleanups and fixes. --- lustre/include/obd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/include/obd.h b/lustre/include/obd.h index a95d60a..d3014de 100644 --- a/lustre/include/obd.h +++ b/lustre/include/obd.h @@ -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 -- 1.8.3.1