linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tetsuhiro Kohada <kohada.t2@gmail.com>
To: Namjae Jeon <namjae.jeon@samsung.com>
Cc: kohada.tetsuhiro@dc.mitsubishielectric.co.jp,
	mori.takahiro@ab.mitsubishielectric.co.jp,
	'Sungjong Seo' <sj1557.seo@samsung.com>,
	linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 2/2] exfat: aggregate dir-entry updates into __exfat_write_inode().
Date: Mon, 19 Oct 2020 09:47:20 +0900	[thread overview]
Message-ID: <5c83b81c-e11d-094a-4a92-409605bd312d@gmail.com> (raw)
In-Reply-To: <018b01d6a391$f06fc310$d14f4930$@samsung.com>

>> @@ -184,6 +185,11 @@ static int exfat_map_cluster(struct inode *inode, unsigned int clu_offset,
>>   			return -EIO;
>>   		}
>>
>> +		exfat_warn(sb, "alloc[%lu]@map: %lld (%d - %08x)",
>> +			   inode->i_ino, i_size_read(inode),
>> +			   (clu_offset << sbi->sect_per_clus_bits) * 512,
>> +			   last_clu);
> Is this leftover print from debugging?
> 
Oops!
Yes, just as you said.
I will post V4 soon.
Is there any other problem?


BR
---
Tetsuhiro Kohada <kohada.t2@gmail.com>

      reply	other threads:[~2020-10-19  0:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20201002060539epcas1p4efa16130724ad15a3f105f62dd78d018@epcas1p4.samsung.com>
2020-10-02  6:05 ` [PATCH v3 2/2] exfat: aggregate dir-entry updates into __exfat_write_inode() Tetsuhiro Kohada
2020-10-16  7:57   ` Namjae Jeon
2020-10-19  0:47     ` Tetsuhiro Kohada [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5c83b81c-e11d-094a-4a92-409605bd312d@gmail.com \
    --to=kohada.t2@gmail.com \
    --cc=kohada.tetsuhiro@dc.mitsubishielectric.co.jp \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mori.takahiro@ab.mitsubishielectric.co.jp \
    --cc=namjae.jeon@samsung.com \
    --cc=sj1557.seo@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).