From 4408ea7c5fd92cbdff3b5890601b9be6610bbb33 Mon Sep 17 00:00:00 2001 From: "Misono, Tomohiro" Date: Tue, 20 Mar 2018 15:47:06 +0900 Subject: [PATCH] btrfs: ctree.h: Fix wrong comment position about csum size Signed-off-by: Tomohiro Misono Reviewed-by: Qu Wenruo Signed-off-by: David Sterba --- fs/btrfs/ctree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.11.0