From 1f7226515a3ab2e55638bc68c926d406fa0584be Mon Sep 17 00:00:00 2001 From: shadow Date: Wed, 13 Aug 2008 06:32:51 +0000 Subject: [PATCH] add workaround for get valid ost count for avoid warnings about drop too big messages, not init llog cat under semphore which can be blocked on reconnect and break normal replay, fix access to wrong pointer. Branch b1_8_gate b=16679 i=tappro i=nathan --- lustre/include/obd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/include/obd.h b/lustre/include/obd.h index 1565de4..eab5a5e 100644 --- a/lustre/include/obd.h +++ b/lustre/include/obd.h @@ -525,6 +525,7 @@ struct mds_obd { /* file for store objid */ struct file *mds_lov_objid_filp; __u32 mds_lov_objid_count; + __u32 mds_lov_objid_max_index; __u32 mds_lov_objid_lastpage; __u32 mds_lov_objid_lastidx; -- 1.8.3.1