From f8ef14cf9eea66732eb6b31962a8032c602fb339 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 10 Dec 2009 09:48:22 +0000 Subject: [PATCH] - declare as per Andreas's suggestion --- lustre/dmu-osd/osd_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/dmu-osd/osd_handler.c b/lustre/dmu-osd/osd_handler.c index 707277b..260e30a 100644 --- a/lustre/dmu-osd/osd_handler.c +++ b/lustre/dmu-osd/osd_handler.c @@ -1407,7 +1407,7 @@ struct osd_zap_it { zap_cursor_t *ozi_zc; struct osd_object *ozi_obj; struct lustre_capa *ozi_capa; - int ozi_reset; /* 1 -- no need to advance */ + unsigned ozi_reset:1; /* 1 -- no need to advance */ char ozi_name[NAME_MAX + 1]; char ozi_rec[IT_REC_SIZE]; }; -- 1.8.3.1