Re: [PATCH] rpdfs: Flush dirty blocks on sync

Zach Brown <[email protected]> Wed, 25 Mar 2026 14:39:27 -0700
Newsgroups dev.linux.lists.rpdfs-devel
Message-ID <[email protected]>
On Tue, Mar 17, 2026 at 07:42:03PM +0100, Valerie Aurora wrote:
> Write out dirty blocks when the VFS wants to sync, e.g. when unmounting.
> 
> Signed-off-by: Valerie Aurora <[email protected]>

Applied, thanks!

I'm taking bets on whether we remember to fix up the return 0 once we
wire up io errors through write completion up to the block flush waiters
:).

- z