From 3b3a119d956cd75813ced928c38de5b9db4fe166 Mon Sep 17 00:00:00 2001 From: tappro Date: Sat, 23 Feb 2008 15:54:25 +0000 Subject: [PATCH] b=14908 fix issue in original commit --- lustre/include/lu_object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/include/lu_object.h b/lustre/include/lu_object.h index 2ad1d8e..c787449 100644 --- a/lustre/include/lu_object.h +++ b/lustre/include/lu_object.h @@ -894,7 +894,7 @@ struct lu_context { * detail. */ void **lc_value; - enum lc_state; + __u32 lc_state; }; /* -- 1.8.3.1