From: tappro Date: Tue, 4 Apr 2006 08:58:37 +0000 (+0000) Subject: use lu_fid instead of ll_fid X-Git-Tag: v1_8_0_110~486^2~2102 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=1f4665852adc44deb8aa7abd11388a77147d13a3;p=fs%2Flustre-release.git use lu_fid instead of ll_fid --- 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);