btrfs-progs: support for different csum algorithims
authorJosef Bacik <jbacik@redhat.com>
Tue, 2 Dec 2008 14:58:23 +0000 (09:58 -0500)
committerChris Mason <chris.mason@oracle.com>
Tue, 2 Dec 2008 14:58:23 +0000 (09:58 -0500)
commit1148e55804c814094dd86fe9651eface01b745b4
treebd05668325535d77f0fded51fbed459026e7f73a
parent76b8244a7a8214819eb7cfb7b8ffc3bf26b70642
btrfs-progs: support for different csum algorithims

This is the btrfs-progs version of the patch to add the ability to have
different csum algorithims.  Note I didn't change the image maker since it
seemed a bit more complicated than just changing some stuff around so I will let
Yan take care of that.

Everything else was converted and for now a mkfs just
sets the type to be BTRFS_CSUM_TYPE_CRC32.

Signed-off-by: Josef Bacik <jbacik@redhat.com>
ctree.h
disk-io.c
disk-io.h
file-item.c
utils.c