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 52144d8 commit 0c1cba6Copy full SHA for 0c1cba6
fs/jbd2/transaction.c
@@ -525,7 +525,7 @@ EXPORT_SYMBOL(jbd2__journal_start);
525
* modified buffers in the log. We block until the log can guarantee
526
* that much space. Additionally, if rsv_blocks > 0, we also create another
527
* handle with rsv_blocks reserved blocks in the journal. This handle is
528
- * is stored in h_rsv_handle. It is not attached to any particular transaction
+ * stored in h_rsv_handle. It is not attached to any particular transaction
529
* and thus doesn't block transaction commit. If the caller uses this reserved
530
* handle, it has to set h_rsv_handle to NULL as otherwise jbd2_journal_stop()
531
* on the parent handle will dispose the reserved one. Reserved handle has to
0 commit comments