[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ad9c96de-26f3-6ef5-a2ab-37504d371fb1@huaweicloud.com>
Date: Tue, 12 Mar 2024 20:44:50 +0800
From: Zhang Yi <yi.zhang@...weicloud.com>
To: Christoph Hellwig <hch@...radead.org>, "Darrick J. Wong"
<djwong@...nel.org>
Cc: linux-xfs@...r.kernel.org, linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org, brauner@...nel.org, david@...morbit.com,
tytso@....edu, jack@...e.cz, yi.zhang@...wei.com, chengzhihao1@...wei.com,
yukuai3@...wei.com
Subject: Re: [PATCH 2/4] xfs: convert delayed extents to unwritten when
zeroing post eof blocks
On 2024/3/12 20:21, Christoph Hellwig wrote:
> On Mon, Mar 11, 2024 at 08:37:37AM -0700, Darrick J. Wong wrote:
>>> +convert_delay:
>>> + end_fsb = min(end_fsb, imap.br_startoff + imap.br_blockcount);
>>> + xfs_iunlock(ip, lockmode);
>>> + truncate_pagecache_range(inode, offset, XFS_FSB_TO_B(mp, end_fsb));
>>> + error = xfs_iomap_write_direct(ip, offset_fsb, end_fsb - offset_fsb,
>>> + flags, &imap, &seq);
>>
>> I expected this to be a direct call to xfs_bmapi_convert_delalloc.
>> What was the reason not for using that?
>
> Same here. The fact that we even convert delalloc reservations in
> xfs_iomap_write_direct is something that doesn't make much sense
> given that we're punching out delalloc reservations before starting
> direct I/O.
>
OK, sure, I will use xfs_bmapi_convert_delalloc() in my next iteration.
Thanks,
Yi.
Powered by blists - more mailing lists