From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hitoshi Mitake Subject: Re: [sheepdog] [PATCH] bs_sheepdog.c: add missing initialization of request header Date: Thu, 19 Dec 2013 22:24:20 +0900 Message-ID: <87ioulotx7.wl%mitake.hitoshi@gmail.com> References: <1387451777-25196-1-git-send-email-konishi.ryusuke@lab.ntt.co.jp> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:from:to:cc:subject:in-reply-to:references :user-agent:mime-version:content-type; bh=wpvnhoHT53HL8U/ErL/cC0GMt2Di9WhEpwla+MITnFw=; b=wfD0dM7n3r1ZxWqHCp6ktnaX5oC39MLZqpdhhn0zpEwo7nXtRaRmCPygvEY2hQWkK9 Iri0CRurCTy+fDmKTAkto/0HdCcfVIboeqnYVYexqXgEknow+giaLU+W5Uc6/QE5LMNv ZKQ28h1IhEHbPwo5lZ2gANLcJYXgq7UKsQY0ol2BdotJTWUapKj6cL4sf2Kwbfwwnigy gtXiOmUUy12NxTpaNtIGVgh6c0iDS01NxcGoW03rWpsF+E6P60lD2/d5n7oBeEtS87ZL SOqqOMQIU9/67PE31wyS/lYkO+vfHQ3miwgj3lg6onghno5p94fxaqx7YuFQc0LSmfFD Z2Xw== In-Reply-To: <1387451777-25196-1-git-send-email-konishi.ryusuke@lab.ntt.co.jp> Sender: stgt-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Ryusuke Konishi Cc: stgt@vger.kernel.org, Hitoshi Mitake , sheepdog@lists.wpkg.org At Thu, 19 Dec 2013 20:16:17 +0900, Ryusuke Konishi wrote: > > The create_branch function of the sheepdog driver sends a partially > uninitialized request to sheepdog. This fixes the defect. > > Signed-off-by: Ryusuke Konishi > Cc: Hitoshi Mitake > --- > usr/bs_sheepdog.c | 1 + > 1 file changed, 1 insertion(+) Thanks for your fix, looks good to me. Reviewed-by: Hitoshi Mitake Thanks, Hitoshi