On Thu, 10 Aug 2023 12:55:59 -0400, Brian Foster wrote: > The commit referenced below opened up concurrent unaligned dio under > shared locking for pure overwrites. In doing so, it enabled use of > the IOMAP_DIO_OVERWRITE_ONLY flag and added a warning on unexpected > -EAGAIN returns as an extra precaution, since ext4 does not retry > writes in such cases. The flag itself is advisory in this case since > ext4 checks for unaligned I/Os and uses appropriate locking up > front, rather than on a retry in response to -EAGAIN. > > [...] Applied, thanks! [1/1] ext4: drop dio overwrite only flag and associated warning commit: 9744b58f04b77a0666a996f901c7f667ca39ac34 Best regards, -- Theodore Ts'o <tytso@xxxxxxx>