From 1f4665852adc44deb8aa7abd11388a77147d13a3 Mon Sep 17 00:00:00 2001 From: tappro Date: Tue, 4 Apr 2006 08:58:37 +0000 Subject: [PATCH] use lu_fid instead of ll_fid --- lustre/cmm/cmm_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/cmm/cmm_internal.h b/lustre/cmm/cmm_internal.h index 766a9b7..5b34e67 100644 --- a/lustre/cmm/cmm_internal.h +++ b/lustre/cmm/cmm_internal.h @@ -91,7 +91,7 @@ void cmm_object_release(struct lu_object *o); int cmm_object_print(struct seq_file *f, const struct lu_object *o); /* cmm md operations */ -int cmm_root_get(struct md_device *m, struct ll_fid *f); +int cmm_root_get(struct md_device *m, struct lu_fid *f); int cmm_mkdir(struct md_object *o, const char *name, struct md_object *child); -- 1.8.3.1