From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from acsinet15.oracle.com ([141.146.126.227]:34710 "EHLO acsinet15.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756236Ab2JECYb (ORCPT ); Thu, 4 Oct 2012 22:24:31 -0400 Message-ID: <506E4598.60307@oracle.com> Date: Fri, 05 Oct 2012 10:27:36 +0800 From: Anand Jain MIME-Version: 1.0 To: Dong Robin CC: linux-btrfs@vger.kernel.org Subject: Re: [PATCH] Btrfs-progs: add parent uuid for snapshots References: <50584E6D.8000602@cn.fujitsu.com> <1349345524-2822-1-git-send-email-Anand.Jain@oracle.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Sender: linux-btrfs-owner@vger.kernel.org List-ID: Dong, >> + if (puuid) >> + memcpy(&ri->uuid, uuid, BTRFS_UUID_SIZE); > > I think here is "&ri->puuid" Sorry my mistake. Thanks for the review. -Anand