diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-28 06:05:13 -0500 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2018-12-17 08:51:50 -0500 |
commit | 52042d8e82ff50d40e76a275ac0b97aa663328b0 (patch) | |
tree | 58ba6c57c648c97b824ec2618f1e6964de3ee55b /fs/btrfs/ref-verify.c | |
parent | 1690dd41e0cb1dade80850ed8a3eb0121b96d22f (diff) |
btrfs: Fix typos in comments and strings
The typos accumulate over time so once in a while time they get fixed in
a large patch.
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/ref-verify.c')
-rw-r--r-- | fs/btrfs/ref-verify.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/btrfs/ref-verify.c b/fs/btrfs/ref-verify.c index d69fbfb30aa9..c3557c12656b 100644 --- a/fs/btrfs/ref-verify.c +++ b/fs/btrfs/ref-verify.c | |||
@@ -43,7 +43,7 @@ struct ref_entry { | |||
43 | * back to the delayed ref action. We hold the ref we are changing in the | 43 | * back to the delayed ref action. We hold the ref we are changing in the |
44 | * action so we can account for the history properly, and we record the root we | 44 | * action so we can account for the history properly, and we record the root we |
45 | * were called with since it could be different from ref_root. We also store | 45 | * were called with since it could be different from ref_root. We also store |
46 | * stack traces because thats how I roll. | 46 | * stack traces because that's how I roll. |
47 | */ | 47 | */ |
48 | struct ref_action { | 48 | struct ref_action { |
49 | int action; | 49 | int action; |
@@ -56,7 +56,7 @@ struct ref_action { | |||
56 | 56 | ||
57 | /* | 57 | /* |
58 | * One of these for every block we reference, it holds the roots and references | 58 | * One of these for every block we reference, it holds the roots and references |
59 | * to it as well as all of the ref actions that have occured to it. We never | 59 | * to it as well as all of the ref actions that have occurred to it. We never |
60 | * free it until we unmount the file system in order to make sure re-allocations | 60 | * free it until we unmount the file system in order to make sure re-allocations |
61 | * are happening properly. | 61 | * are happening properly. |
62 | */ | 62 | */ |
@@ -859,7 +859,7 @@ int btrfs_ref_tree_mod(struct btrfs_root *root, u64 bytenr, u64 num_bytes, | |||
859 | * This shouldn't happen because we will add our re | 859 | * This shouldn't happen because we will add our re |
860 | * above when we lookup the be with !parent, but just in | 860 | * above when we lookup the be with !parent, but just in |
861 | * case catch this case so we don't panic because I | 861 | * case catch this case so we don't panic because I |
862 | * didn't thik of some other corner case. | 862 | * didn't think of some other corner case. |
863 | */ | 863 | */ |
864 | btrfs_err(fs_info, "failed to find root %llu for %llu", | 864 | btrfs_err(fs_info, "failed to find root %llu for %llu", |
865 | root->root_key.objectid, be->bytenr); | 865 | root->root_key.objectid, be->bytenr); |