Re: [PATCH v5] ext4: fix fast commit inode enqueueing during a full journal commit
From: Theodore Ts'o
Date: Tue Aug 27 2024 - 08:49:39 EST
On Wed, 17 Jul 2024 18:22:20 +0100, Luis Henriques (SUSE) wrote:
> When a full journal commit is on-going, any fast commit has to be enqueued
> into a different queue: FC_Q_STAGING instead of FC_Q_MAIN. This enqueueing
> is done only once, i.e. if an inode is already queued in a previous fast
> commit entry it won't be enqueued again. However, if a full commit starts
> _after_ the inode is enqueued into FC_Q_MAIN, the next fast commit needs to
> be done into FC_Q_STAGING. And this is not being done in function
> ext4_fc_track_template().
>
> [...]
Applied, thanks!
[1/1] ext4: fix fast commit inode enqueueing during a full journal commit
commit: 6db3c1575a750fd417a70e0178bdf6efa0dd5037
Best regards,
--
Theodore Ts'o <tytso@xxxxxxx>