From 2eaf460abff3f12427d8b452b5f7aa6c7c234ff2 Mon Sep 17 00:00:00 2001 From: nikita Date: Fri, 21 Jul 2006 19:24:03 +0000 Subject: [PATCH] fix forward declaration --- lustre/osd/osd_oi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/osd/osd_oi.h b/lustre/osd/osd_oi.h index e565c30..f26cd28 100644 --- a/lustre/osd/osd_oi.h +++ b/lustre/osd/osd_oi.h @@ -45,7 +45,8 @@ struct osd_thread_info; struct lu_site; struct thandle; -struct osd_device; +struct dt_device; + /* * Object Index (oi) instance. -- 1.8.3.1