diff options
author | wangyan <wangyan122@huawei.com> | 2020-01-22 17:33:10 +0800 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2020-01-25 02:23:29 -0500 |
commit | 0c1cba6cca862c56bf8cb726314e5196505017f6 (patch) | |
tree | 8ba4e52bf699149f3f93b715f4ef045ee1aba02d /fs/jbd2 | |
parent | 52144d893d76294db9ed79a909397ea81bc25a02 (diff) | |
download | linux-0c1cba6cca862c56bf8cb726314e5196505017f6.tar.gz linux-0c1cba6cca862c56bf8cb726314e5196505017f6.tar.bz2 linux-0c1cba6cca862c56bf8cb726314e5196505017f6.zip |
jbd2: delete the duplicated words in the comments
Delete the duplicated words "is" in the comments
Signed-off-by: Yan Wang <wangyan122@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/12087f77-ab4d-c7ba-53b4-893dbf0026f0@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/jbd2')
-rw-r--r-- | fs/jbd2/transaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jbd2/transaction.c b/fs/jbd2/transaction.c index 27b9f9dee434..5c3abbaccb57 100644 --- a/fs/jbd2/transaction.c +++ b/fs/jbd2/transaction.c @@ -525,7 +525,7 @@ EXPORT_SYMBOL(jbd2__journal_start); * modified buffers in the log. We block until the log can guarantee * that much space. Additionally, if rsv_blocks > 0, we also create another * handle with rsv_blocks reserved blocks in the journal. This handle is - * 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 * and thus doesn't block transaction commit. If the caller uses this reserved * handle, it has to set h_rsv_handle to NULL as otherwise jbd2_journal_stop() * on the parent handle will dispose the reserved one. Reserved handle has to |