Re: [PATCH] fs/jbd2: use a weaker annotation in journal handling
From: Theodore Ts'o
Date: Mon Nov 17 2025 - 14:18:28 EST
On Fri, 24 Oct 2025 16:39:40 +0900, Byungchul Park wrote:
> jbd2 journal handling code doesn't want jbd2_might_wait_for_commit()
> to be placed between start_this_handle() and stop_this_handle(). So it
> marks the region with rwsem_acquire_read() and rwsem_release().
>
> However, the annotation is too strong for that purpose. We don't have
> to use more than try lock annotation for that.
>
> [...]
Applied, thanks!
[1/1] fs/jbd2: use a weaker annotation in journal handling
commit: 40a71b53d5a6d4ea17e4d54b99b2ac03a7f5e783
Best regards,
--
Theodore Ts'o <tytso@xxxxxxx>