Re: Rare xfsqa test failure
From: Christoph Hellwig <hch@infradead.org>
Date: 2009-08-19 16:40:27
From: Christoph Hellwig <hch@infradead.org>
Date: 2009-08-19 16:40:27
On Wed, Aug 19, 2009 at 10:28:04AM -0500, Eric Sandeen wrote:
If so, that calls ltp's fsstress, which does not call fallocate nor posix_fallocate. It only does preallocation on xfs via the old xfs-specific ioctl (though I suppose we should add it...)
Which in modern kernels is implemented in common code and gets routed to ->falllocate.