Re: [PATCH v2 3/4] ext4: Add iomap support for inline data
From: Theodore Ts'o <tytso@mit.edu>
Date: 2017-10-02 15:02:13
Also in:
linux-fsdevel, linux-xfs
From: Theodore Ts'o <tytso@mit.edu>
Date: 2017-10-02 15:02:13
Also in:
linux-fsdevel, linux-xfs
On Mon, Oct 02, 2017 at 04:39:59PM +0200, Andreas Gruenbacher wrote:
quoted
If we race with the inline data flag getting cleared, ext4_iomap_begin() will return with -EAGAIN.Actually, in that case, ext4_iomap_begin will treat the file as non-inline. It will not return -EAGAIN.
Ah, thanks, I missed that. - Ted