diff options
author | Theodore Ts'o <[email protected]> | 2023-03-15 14:34:18 -0400 |
---|---|---|
committer | Theodore Ts'o <[email protected]> | 2023-03-23 23:00:07 -0400 |
commit | 98ccceee3e0637a37e20c1c12a08173663db77e7 (patch) | |
tree | 809f4345d207190f5053a17fc25131eae3d7e2f1 | |
parent | e6c28a26b799c7640b77daff3e4a67808c74381c (diff) |
ext4: fix comment: "start start" -> "start" in mpage_prepare_extent_to_map()
Signed-off-by: Theodore Ts'o <[email protected]>
-rw-r--r-- | fs/ext4/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 6445b8017a8e..dbcc8b48c7ba 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c @@ -2432,7 +2432,7 @@ static int mpage_prepare_extent_to_map(struct mpage_da_data *mpd) mpd->next_page = index; /* * Start a transaction for writeback of journalled data. We don't start - * start the transaction if the filesystem is frozen. In that case we + * the transaction if the filesystem is frozen. In that case we * should not have any dirty data to write anymore but possibly there * are stray page dirty bits left by the checkpointing code so this * loop clears them. |