diff options
author | Misono, Tomohiro <misono.tomohiro@jp.fujitsu.com> | 2018-03-20 07:47:06 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2018-03-31 01:41:12 +0200 |
commit | 4408ea7c5fd92cbdff3b5890601b9be6610bbb33 (patch) | |
tree | 4001a6217ea132c71c1072352ab674cd1854eae7 /fs/btrfs/ctree.h | |
parent | btrfs: defer adding raid type kobject until after chunk relocation (diff) | |
download | linux-4408ea7c5fd92cbdff3b5890601b9be6610bbb33.tar.xz linux-4408ea7c5fd92cbdff3b5890601b9be6610bbb33.zip |
btrfs: ctree.h: Fix wrong comment position about csum size
Signed-off-by: Tomohiro Misono <misono.tomohiro@jp.fujitsu.com>
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to '')
-rw-r--r-- | fs/btrfs/ctree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 8d3aa56b928b..f9f512be9d41 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h @@ -89,9 +89,9 @@ struct btrfs_ordered_sum; */ #define BTRFS_LINK_MAX 65535U +/* four bytes for CRC32 */ static const int btrfs_csum_sizes[] = { 4 }; -/* four bytes for CRC32 */ #define BTRFS_EMPTY_DIR_SIZE 0 /* ioprio of readahead is set to idle */ |