Skip to content

Commit 0c1cba6

Browse files
wangyan0507tytso
authored andcommitted
jbd2: delete the duplicated words in the comments
Delete the duplicated words "is" in the comments Signed-off-by: Yan Wang <[email protected]> Reviewed-by: Jan Kara <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
1 parent 52144d8 commit 0c1cba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/jbd2/transaction.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ EXPORT_SYMBOL(jbd2__journal_start);
525525
* modified buffers in the log. We block until the log can guarantee
526526
* that much space. Additionally, if rsv_blocks > 0, we also create another
527527
* 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
528+
* stored in h_rsv_handle. It is not attached to any particular transaction
529529
* and thus doesn't block transaction commit. If the caller uses this reserved
530530
* handle, it has to set h_rsv_handle to NULL as otherwise jbd2_journal_stop()
531531
* on the parent handle will dispose the reserved one. Reserved handle has to

0 commit comments

Comments
 (0)