From: Misono, Tomohiro Date: Tue, 20 Mar 2018 06:47:06 +0000 (+0900) Subject: btrfs: ctree.h: Fix wrong comment position about csum size X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4408ea7c5fd92cbdff3b5890601b9be6610bbb33;p=linux.git btrfs: ctree.h: Fix wrong comment position about csum size Signed-off-by: Tomohiro Misono Reviewed-by: Qu Wenruo Signed-off-by: David Sterba --- diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 8d3aa56b928be..f9f512be9d417 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 */