From a99a5994e362a3651de193ef1f59d423b4fcfe7a Mon Sep 17 00:00:00 2001 From: "Aneesh Kumar K.V" Date: Sat, 29 Jan 2011 18:43:39 +0530 Subject: [PATCH] --- yaml --- r: 234282 b: refs/heads/master c: 03cb5f03dcb26846fcad345d8c15aae91579a53d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ext3/super.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 6a2f0f904747..af43bb30c01f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 93f1c20bc8cdb757be50566eff88d65c3b26881f +refs/heads/master: 03cb5f03dcb26846fcad345d8c15aae91579a53d diff --git a/trunk/fs/ext3/super.c b/trunk/fs/ext3/super.c index 85c8cc8f2473..9cc19a1dea8e 100644 --- a/trunk/fs/ext3/super.c +++ b/trunk/fs/ext3/super.c @@ -1936,6 +1936,7 @@ static int ext3_fill_super (struct super_block *sb, void *data, int silent) sb->s_qcop = &ext3_qctl_operations; sb->dq_op = &ext3_quota_operations; #endif + memcpy(sb->s_uuid, es->s_uuid, sizeof(es->s_uuid)); INIT_LIST_HEAD(&sbi->s_orphan); /* unlinked but open files */ mutex_init(&sbi->s_orphan_lock); mutex_init(&sbi->s_resize_lock);