Whamcloud - gitweb
use lu_fid instead of ll_fid
authortappro <tappro>
Tue, 4 Apr 2006 08:58:37 +0000 (08:58 +0000)
committertappro <tappro>
Tue, 4 Apr 2006 08:58:37 +0000 (08:58 +0000)
lustre/cmm/cmm_internal.h

index 766a9b7..5b34e67 100644 (file)
@@ -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);