mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 08:02:07 +00:00
ext4: fix comment: "start start" -> "start" in mpage_prepare_extent_to_map()
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
This commit is contained in:
parent
e6c28a26b7
commit
98ccceee3e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user