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);