Received: by 2002:a25:86ce:0:0:0:0:0 with SMTP id y14csp1783107ybm; Thu, 23 May 2019 06:44:17 -0700 (PDT) X-Google-Smtp-Source: APXvYqwwej1Q80c8f9qgNG0yiXgq2BEdgrq2Plak8GgfxyOTlbt6wPp3FdtNROwfLspJOkBOvWoI X-Received: by 2002:a62:1846:: with SMTP id 67mr85254418pfy.33.1558619057132; Thu, 23 May 2019 06:44:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558619057; cv=none; d=google.com; s=arc-20160816; b=qFfuENETXRN7T1o41F3yO2Q6WJ7vq+KGL9yyuPC30sPqM3cVizKU6dQ2WcPt2QqxqI n7Gqa39IBRH6aUvn8XZEi7oQAk9wFL6q4nJeWjGqVHr07xE5bkrDNSFH0S/pTR1In49h tNm/8qAhMSnQCDW2eBUpkm59++/ZjtXVlIKydpYATz07Z/HGGqpNlFxj4PyGGVK/V/6W MJ8xVgvseMhyN0exu/juTiuhQ221ebeCjll7p5X77TOQRh28kaYqNUtWlwEDX2nug3y5 /7ujYStHPA4vZySOsXtGEgwbR4/49TkXUxah68dQW5T/sEAj1hvBlTfFHnkPKLo0hN8+ H4hw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject:dkim-signature; bh=ZHwknv7L99YDD61BGXlkfZa5D79YHKyJ/zKGDEtiaXY=; b=TdQ9Idog3BrbUF92laft9n9r53CPsnVppxvs4PURP71jHBK0sg2pSwgPj1ils33zjh xXvaYIzVAkEiy2MRvM7I4fuWjW0uNpsWjmgKaqGo+mUyhFJHfeXyeBAiyuwR6iL2uHI0 xUzl6BqBk6s46zvrrQ5SphC1PoYLpaSmMrjqOJloZgZ6XRDFkwoTlfyCIuqqLZQS6QbI mcf/WxC+3R9wVF6OzS+jIGx9GrZxIj1FNDIw6AAQNvD9jkXVEu76D3g1Ee9EPQR1G+B9 DrY00qhAIVXaNXCEu/AcWtoztQtj/90fb46u26g/wrGTZllDpwm3E1kkV76A2OdJuoWL vN0Q== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=nPGcmaQy; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 63si30314178ple.154.2019.05.23.06.44.01; Thu, 23 May 2019 06:44:17 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=nPGcmaQy; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730757AbfEWNmi (ORCPT + 99 others); Thu, 23 May 2019 09:42:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:46802 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729698AbfEWNmi (ORCPT ); Thu, 23 May 2019 09:42:38 -0400 Received: from [192.168.0.101] (unknown [58.212.135.189]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6B88520881; Thu, 23 May 2019 13:42:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558618957; bh=RUb9icmu0Ty8LfzEJ902RXv2qHZxk/BhEuHdhN79j/A=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=nPGcmaQy7OSDI6cW5QhnextVgb6tb6qXHw6AE/nE1ZBisUrN83Cl4bD7MHvXqK6mX q+ucE6i2ZHaq2EV8t4sv8zFN/oZGl7CquyP2D6bTZv0es+KXndN8hWdpVxi9+WdTIM btYBcH+BSc+82zNOU98UJTa6+Bm/moo+6M23JKAQ= Subject: Re: [f2fs-dev] [PATCH] f2fs: add error prints for debugging mount failure To: Sahitya Tummala , Jaegeuk Kim , Chao Yu , linux-f2fs-devel@lists.sourceforge.net Cc: linux-kernel@vger.kernel.org References: <1558585157-9349-1-git-send-email-stummala@codeaurora.org> From: Chao Yu Message-ID: <079b434f-ee28-2c52-a789-6116e20ccce6@kernel.org> Date: Thu, 23 May 2019 21:42:29 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1558585157-9349-1-git-send-email-stummala@codeaurora.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2019-5-23 12:19, Sahitya Tummala wrote: > Add error prints to get more details on the mount failure. > > Signed-off-by: Sahitya Tummala Reviewed-by: Chao Yu Thanks,