From b7859f505f7045d721a2998d6a9ba6dfcc725cc1 Mon Sep 17 00:00:00 2001 From: tappro Date: Thu, 28 Feb 2008 09:08:16 +0000 Subject: [PATCH] b=14908 i=nikita use enum value --- 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 c787449..fd26c3d 100644 --- a/lustre/include/lu_object.h +++ b/lustre/include/lu_object.h @@ -894,7 +894,7 @@ struct lu_context { * detail. */ void **lc_value; - __u32 lc_state; + enum lu_context_state lc_state; }; /* -- 1.8.3.1