We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d26708 commit 6c14627Copy full SHA for 6c14627
fs/jbd2/transaction.c
@@ -113,12 +113,9 @@ static void jbd2_get_transaction(journal_t *journal,
113
*/
114
115
/*
116
- * Update transaction's maximum wait time, if debugging is enabled.
117
- *
118
* t_max_wait is carefully updated here with use of atomic compare exchange.
119
* Note that there could be multiplre threads trying to do this simultaneously
120
* hence using cmpxchg to avoid any use of locks in this case.
121
- * With this t_max_wait can be updated w/o enabling jbd2_journal_enable_debug.
122
123
static inline void update_t_max_wait(transaction_t *transaction,
124
unsigned long ts)
0 commit comments