Skip to content

Commit

Permalink
btrfs: ctree.h: Fix wrong comment position about csum size
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Misono, Tomohiro authored and David Sterba committed Mar 30, 2018
1 parent 75cb379 commit 4408ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/btrfs/ctree.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 4408ea7

Please sign in to comment.