From: rread Date: Fri, 23 Aug 2002 06:25:01 +0000 (+0000) Subject: - Doh! X-Git-Tag: 0.5.5~67 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=cccbd7cb53068fe8673e29163119e165fd0584d7;p=fs%2Flustre-release.git - Doh! --- diff --git a/lustre/llite/namei.c b/lustre/llite/namei.c index 9819c83..3449602 100644 --- a/lustre/llite/namei.c +++ b/lustre/llite/namei.c @@ -308,6 +308,7 @@ static struct inode *ll_create_node(struct inode *dir, const char *name, smd->lmd_stripe_count * sizeof(struct lov_object_id); OBD_ALLOC(mds_md, mds_md_size); lov_packmd(mds_md, smd); + md.md = mds_md; } else md.md = NULL;