diff options
author | Johannes Thumshirn | 2019-10-07 11:11:02 +0200 |
---|---|---|
committer | David Sterba | 2019-11-18 17:51:43 +0100 |
commit | 3831bf0094abed51e71cbeca8b6edf8b88c2644b (patch) | |
tree | 4607986b0208662d1c7e7efe01da7273dd215921 /include | |
parent | 3951e7f050ac6a38bbc859fc3cd6093890c31d1c (diff) |
btrfs: add sha256 to checksumming algorithm
Add sha256 to the list of possible checksumming algorithms used by BTRFS.
Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/btrfs_tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/btrfs_tree.h b/include/uapi/linux/btrfs_tree.h index 962312939a8f..e2823c9b2061 100644 --- a/include/uapi/linux/btrfs_tree.h +++ b/include/uapi/linux/btrfs_tree.h @@ -303,6 +303,7 @@ enum btrfs_csum_type { BTRFS_CSUM_TYPE_CRC32 = 0, BTRFS_CSUM_TYPE_XXHASH = 1, + BTRFS_CSUM_TYPE_SHA256 = 2, }; /* |