From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VcGL5-0002Yj-UG for qemu-devel@nongnu.org; Fri, 01 Nov 2013 11:08:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VcGKx-0001Jn-HP for qemu-devel@nongnu.org; Fri, 01 Nov 2013 11:08:43 -0400 Received: from mail-pd0-x233.google.com ([2607:f8b0:400e:c02::233]:58690) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VcGKx-0001JS-BB for qemu-devel@nongnu.org; Fri, 01 Nov 2013 11:08:35 -0400 Received: by mail-pd0-f179.google.com with SMTP id y10so3941592pdj.24 for ; Fri, 01 Nov 2013 08:08:34 -0700 (PDT) Date: Fri, 1 Nov 2013 23:08:24 +0800 From: Liu Yuan Message-ID: <20131101150824.GA30934@ubuntu-precise> References: <1383318382-32391-1-git-send-email-namei.unix@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1383318382-32391-1-git-send-email-namei.unix@gmail.com> Subject: Re: [Qemu-devel] [PATCH v5 0/2] sheepdog: add user-defined redundancy option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: sheepdog@lists.wpkg.org On Fri, Nov 01, 2013 at 11:06:20PM +0800, Liu Yuan wrote: > v5: > - use pstrcpy instead of strncpy > - fix a segfalt for 'null' string option string Oops, I sent the old patch set. Please ignore it I'll send a new v5. Thanks Yuan