From e19646bf15e3ab2c4d87aefa795aca4953ad5c32 Mon Sep 17 00:00:00 2001 From: huanghua Date: Fri, 28 Apr 2006 07:43:07 +0000 Subject: [PATCH] (1) put REINT requests' argument into lu_attr. (2) add lu_attr* into moo_mkdir parameter list, and pass through server stack. --- lustre/include/linux/md_object.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/include/linux/md_object.h b/lustre/include/linux/md_object.h index 6313fd1..9b238ce 100644 --- a/lustre/include/linux/md_object.h +++ b/lustre/include/linux/md_object.h @@ -48,7 +48,8 @@ struct md_object; struct md_object_operations { /* meta-data object operations related handlers */ - int (*moo_mkdir)(struct lu_context *ctxt, struct md_object *obj, + int (*moo_mkdir)(struct lu_context *ctxt, struct lu_attr*, + struct md_object *obj, const char *name, struct md_object *child); int (*moo_rename)(struct lu_context *ctxt, struct md_object *spobj, -- 1.8.3.1