Btrfs: add support for multiple csum algorithms
authorJosef Bacik <jbacik@redhat.com>
Tue, 2 Dec 2008 12:17:45 +0000 (07:17 -0500)
committerChris Mason <chris.mason@oracle.com>
Tue, 2 Dec 2008 12:17:45 +0000 (07:17 -0500)
This patch gives us the space we will need in order to have different csum
algorithims at some point in the future.  We save the csum algorithim type
in the superblock, and use those instead of define's.

Signed-off-by: Josef Bacik <jbacik@redhat.com>

No differences found