Re: [RFC] basic delayed allocation in VFS
From: Alex Tomas <hidden>
Date: 2007-07-27 12:42:57
Also in:
linux-fsdevel
From: Alex Tomas <hidden>
Date: 2007-07-27 12:42:57
Also in:
linux-fsdevel
Jeff Garzik wrote:
Alex Tomas wrote:quoted
quoted
So without the ability to attach specific I/O completions to bios or support for unwritten extents directly in __mpage_writepage, there is no way XFS can use this "generic" delayed allocation code.I didn't say "generic", see Subject: :)Well, it shouldn't even be in the VFS layer if it's only usable by one filesystem.
sorry, but it seems I can say the same about iomap/ioend. I think mpage_da_writepages() is simple enough to be adopted by other filesystem, ext2 for example. thanks, Alex