Christoph Hellwig <hch@xxxxxxxxxxxxx> 于2022年6月16日周四 15:28写道: > > On Tue, Jun 14, 2022 at 05:14:22PM +0800, xiakaixu1987@xxxxxxxxx wrote: > > From: Kaixu Xia <kaixuxia@xxxxxxxxxxx> > > > > It is unnecessary to check and set did_zero value in while() loop, > > we can set did_zero to true only when zeroing successfully at last. > > Looks good, but this really should be separate patches for dax and > iomap. Thanks for your suggestion, will separate it in V2.