Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dcae058a authored by zhenwei.pi's avatar zhenwei.pi Committed by Theodore Ts'o
Browse files

ext4: fix comments in ext4_swap_extents()



"mark_unwritten" in comment and "unwritten" in the function arguments
is mismatched.

Signed-off-by: default avatarzhenwei.pi <zhenwei.pi@youruncloud.com>
Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent 043d20d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5742,7 +5742,7 @@ int ext4_insert_range(struct inode *inode, loff_t offset, loff_t len)
 * @lblk1:	Start block for first inode
 * @lblk2:	Start block for second inode
 * @count:	Number of blocks to swap
 * @mark_unwritten: Mark second inode's extents as unwritten after swap
 * @unwritten: Mark second inode's extents as unwritten after swap
 * @erp:	Pointer to save error value
 *
 * This helper routine does exactly what is promise "swap extents". All other