From f57673ba57eefde0b764847badbf938d31907c21 Mon Sep 17 00:00:00 2001 From: tappro Date: Sun, 7 May 2006 14:09:09 +0000 Subject: [PATCH] make lu_fid const value in mdo_name_insert() --- lustre/include/linux/md_object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/include/linux/md_object.h b/lustre/include/linux/md_object.h index 190b270..0744125 100644 --- a/lustre/include/linux/md_object.h +++ b/lustre/include/linux/md_object.h @@ -83,7 +83,7 @@ struct md_dir_operations { /* partial ops for cross-ref case */ int (*mdo_name_insert)(struct lu_context *, struct md_object *, - const char *name, struct lu_fid *, + const char *name, const struct lu_fid *, struct lu_attr *); int (*mdo_name_remove)(struct lu_context *, struct md_object *, const char *name, struct lu_attr *); -- 1.8.3.1