Re: [PATCH] ceph: Fix incorrect flush end position calculation
From: David Howells
Date: Thu Mar 13 2025 - 04:25:55 EST
Viacheslav Dubeyko <Slava.Dubeyko@xxxxxxx> wrote:
> Do we know easy way to reproduce the issue?
I found it by inspection of the code. Quite possibly the issue will never
arise in actuality because whilst the code only specifies a flush of at least
a few bytes of the tail page, it will be rounded up to the full page/eof.
David