[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <e5f4527c-f110-f373-5e17-7decb5aea722@huawei.com>
Date: Tue, 24 Nov 2020 20:05:51 +0800
From: "Leizhen (ThunderTown)" <thunder.leizhen@...wei.com>
To: Christoph Hellwig <hch@...radead.org>
CC: "Darrick J . Wong" <darrick.wong@...cle.com>,
Brian Foster <bfoster@...hat.com>,
linux-xfs <linux-xfs@...r.kernel.org>,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/2] xfs: remove the extra processing of zero size in
xfs_idata_realloc()
On 2020/11/24 19:52, Christoph Hellwig wrote:
> On Tue, Nov 24, 2020 at 06:45:31PM +0800, Zhen Lei wrote:
>> krealloc() does the free operation when the parameter new_size is 0, with
>> ZERO_SIZE_PTR returned. Because all other places use NULL to check whether
>> if_data is available or not, so covert it from ZERO_SIZE_PTR to NULL.
>
> This new code looks much harder to read than the version it replaced.
OK
>
>
Powered by blists - more mailing lists