diff options
author | Misono, Tomohiro <misono.tomohiro@jp.fujitsu.com> | 2018-03-20 15:47:06 +0900 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2018-03-31 01:41:12 +0200 |
commit | 4408ea7c5fd92cbdff3b5890601b9be6610bbb33 (patch) | |
tree | 4001a6217ea132c71c1072352ab674cd1854eae7 /fs | |
parent | 75cb379d2635215ad2c67750693f7dc45ad19a5f (diff) | |
download | linux-4408ea7c5fd92cbdff3b5890601b9be6610bbb33.tar.bz2 |
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 'fs')
-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 */ |