diff options
Diffstat (limited to 'include/linux/jbd2.h')
-rw-r--r-- | include/linux/jbd2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/jbd2.h b/include/linux/jbd2.h index d5f7cff4cb28..d861ffd49821 100644 --- a/include/linux/jbd2.h +++ b/include/linux/jbd2.h | |||
@@ -442,6 +442,8 @@ struct transaction_s | |||
442 | /* | 442 | /* |
443 | * Transaction's current state | 443 | * Transaction's current state |
444 | * [no locking - only kjournald2 alters this] | 444 | * [no locking - only kjournald2 alters this] |
445 | * [j_list_lock] guards transition of a transaction into T_FINISHED | ||
446 | * state and subsequent call of __jbd2_journal_drop_transaction() | ||
445 | * FIXME: needs barriers | 447 | * FIXME: needs barriers |
446 | * KLUDGE: [use j_state_lock] | 448 | * KLUDGE: [use j_state_lock] |
447 | */ | 449 | */ |