This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".
The branch, master has been updated
via c2aa0769168f2e72fc5311615d95e7dddb1a08bb (commit)
from 9d5350742f572658c265fb233752a1a600887d02 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c2aa0769168f2e72fc5311615d95e7dddb1a08bb
Author: Milos Nikic <[email protected]>
Date: Thu Sep 24 15:02:28 2026 -0700
ext2fs: No gap journal transactions
Currently there is a state where inside
journal_commit_running_transaction_locked we move the running transaction to
committing one, and then start waiting for the t_updates on the committing
transaction to become 0 to proceed with the commit. In this gap, there is no
running transaction
Message-ID: <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ext2fs/journal.c | 9 +++++++++
1 file changed, 9 insertions(+)
hooks/post-receive
--
Hurd