aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ref-verify.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/ref-verify.c')
-rw-r--r--fs/btrfs/ref-verify.c6
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 */
48struct ref_action { 48struct 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);