diff options
Diffstat (limited to 'fs/btrfs/tree-checker.c')
-rw-r--r-- | fs/btrfs/tree-checker.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/btrfs/tree-checker.c b/fs/btrfs/tree-checker.c index 1a4e2b101ef2..a62e1e837a89 100644 --- a/fs/btrfs/tree-checker.c +++ b/fs/btrfs/tree-checker.c | |||
@@ -27,10 +27,10 @@ | |||
27 | * | 27 | * |
28 | * @type: leaf or node | 28 | * @type: leaf or node |
29 | * @identifier: the necessary info to locate the leaf/node. | 29 | * @identifier: the necessary info to locate the leaf/node. |
30 | * It's recommened to decode key.objecitd/offset if it's | 30 | * It's recommended to decode key.objecitd/offset if it's |
31 | * meaningful. | 31 | * meaningful. |
32 | * @reason: describe the error | 32 | * @reason: describe the error |
33 | * @bad_value: optional, it's recommened to output bad value and its | 33 | * @bad_value: optional, it's recommended to output bad value and its |
34 | * expected value (range). | 34 | * expected value (range). |
35 | * | 35 | * |
36 | * Since comma is used to separate the components, only space is allowed | 36 | * Since comma is used to separate the components, only space is allowed |
@@ -130,7 +130,7 @@ static int check_extent_data_item(struct btrfs_fs_info *fs_info, | |||
130 | } | 130 | } |
131 | 131 | ||
132 | /* | 132 | /* |
133 | * Support for new compression/encrption must introduce incompat flag, | 133 | * Support for new compression/encryption must introduce incompat flag, |
134 | * and must be caught in open_ctree(). | 134 | * and must be caught in open_ctree(). |
135 | */ | 135 | */ |
136 | if (btrfs_file_extent_compression(leaf, fi) > BTRFS_COMPRESS_TYPES) { | 136 | if (btrfs_file_extent_compression(leaf, fi) > BTRFS_COMPRESS_TYPES) { |