mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-18 16:44:27 +08:00
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>
This commit is contained in:
parent
75cb379d26
commit
4408ea7c5f
@ -89,9 +89,9 @@ struct btrfs_ordered_sum;
|
|||||||
*/
|
*/
|
||||||
#define BTRFS_LINK_MAX 65535U
|
#define BTRFS_LINK_MAX 65535U
|
||||||
|
|
||||||
|
/* four bytes for CRC32 */
|
||||||
static const int btrfs_csum_sizes[] = { 4 };
|
static const int btrfs_csum_sizes[] = { 4 };
|
||||||
|
|
||||||
/* four bytes for CRC32 */
|
|
||||||
#define BTRFS_EMPTY_DIR_SIZE 0
|
#define BTRFS_EMPTY_DIR_SIZE 0
|
||||||
|
|
||||||
/* ioprio of readahead is set to idle */
|
/* ioprio of readahead is set to idle */
|
||||||
|
Loading…
Reference in New Issue
Block a user