Message ID | 20210715133202.5975-1-jack@suse.cz (mailing list archive) |
---|---|
Headers | show |
Series | fs: Hole punch vs page cache filling races | expand |
On Thu, Jul 15, 2021 at 03:40:10PM +0200, Jan Kara wrote: > Hello, > > here is another version of my patches to address races between hole punching > and page cache filling functions for ext4 and other filesystems. The only > change since the last time is a small cleanup applied to changes of > filemap_fault() in patch 3/14 based on Christoph's & Darrick's feedback (thanks > guys!). Darrick, Christoph, is the patch fine now? Looks fine to me.
On Fri, Jul 16, 2021 at 07:02:19AM +0100, Christoph Hellwig wrote: > On Thu, Jul 15, 2021 at 03:40:10PM +0200, Jan Kara wrote: > > Hello, > > > > here is another version of my patches to address races between hole punching > > and page cache filling functions for ext4 and other filesystems. The only > > change since the last time is a small cleanup applied to changes of > > filemap_fault() in patch 3/14 based on Christoph's & Darrick's feedback (thanks > > guys!). Darrick, Christoph, is the patch fine now? > > Looks fine to me. Me too. --D
On Fri 16-07-21 09:43:11, Darrick J. Wong wrote: > On Fri, Jul 16, 2021 at 07:02:19AM +0100, Christoph Hellwig wrote: > > On Thu, Jul 15, 2021 at 03:40:10PM +0200, Jan Kara wrote: > > > Hello, > > > > > > here is another version of my patches to address races between hole punching > > > and page cache filling functions for ext4 and other filesystems. The only > > > change since the last time is a small cleanup applied to changes of > > > filemap_fault() in patch 3/14 based on Christoph's & Darrick's feedback (thanks > > > guys!). Darrick, Christoph, is the patch fine now? > > > > Looks fine to me. > > Me too. Thanks guys! I've pushed the patches to linux-next. Honza