diff options
author | Liu Bo <liubo2009@cn.fujitsu.com> | 2012-06-18 00:14:23 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-01 11:27:57 -0400 |
commit | 8bad3c024496e30948f576485c10ecc9ebdfe41d (patch) | |
tree | 6b3e100af0eafae4487b40e1b52172711ae9009b | |
parent | 59e13d48334c38a73aec1759fe9a13eb4e476bf6 (diff) |
btrfs: fix comment typo in btrfs_finish_ordered_io
Fix typo errors in comments of btrfs_finish_ordered_io.
Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | fs/btrfs/inode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index fb8d671d00e6..d8ed4fda0015 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c | |||
@@ -1969,8 +1969,8 @@ out: | |||
1969 | ordered_extent->len - 1, NULL, GFP_NOFS); | 1969 | ordered_extent->len - 1, NULL, GFP_NOFS); |
1970 | 1970 | ||
1971 | /* | 1971 | /* |
1972 | * This needs to be dont to make sure anybody waiting knows we are done | 1972 | * This needs to be done to make sure anybody waiting knows we are done |
1973 | * upating everything for this ordered extent. | 1973 | * updating everything for this ordered extent. |
1974 | */ | 1974 | */ |
1975 | btrfs_remove_ordered_extent(inode, ordered_extent); | 1975 | btrfs_remove_ordered_extent(inode, ordered_extent); |
1976 | 1976 | ||