Re: [PATCH v3] Updated locking documentation for transaction_t

From: Theodore Y. Ts'o
Date: Thu Dec 03 2020 - 09:05:49 EST


On Thu, Oct 15, 2020 at 03:26:28PM +0200, Alexander Lochmann wrote:
> Hi folks,
>
> I've updated the lock documentation according to our finding for
> transaction_t.
> Does this patch look good to you?

I updated the annotations to match with the local usage, e.g:

* When commit was requested [journal_t.j_state_lock]

became:

* When commit was requested [j_state_lock]

Otherwise, looks good. Thanks for the patch!

- Ted