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

Commit 8bad3c02 authored by Liu Bo's avatar Liu Bo Committed by Jiri Kosina
Browse files

btrfs: fix comment typo in btrfs_finish_ordered_io



Fix typo errors in comments of btrfs_finish_ordered_io.

Signed-off-by: default avatarLiu Bo <liubo2009@cn.fujitsu.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 59e13d48
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1969,8 +1969,8 @@ out:
				      ordered_extent->len - 1, NULL, GFP_NOFS);

	/*
	 * This needs to be dont to make sure anybody waiting knows we are done
	 * upating everything for this ordered extent.
	 * This needs to be done to make sure anybody waiting knows we are done
	 * updating everything for this ordered extent.
	 */
	btrfs_remove_ordered_extent(inode, ordered_extent);